mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
fix(mac): add CoreServices to flake.nix #18358
The `include` was added in e038625b87
This commit is contained in:
@ -16,6 +16,10 @@
|
||||
neovim = pkgs.neovim-unwrapped.overrideAttrs (oa: {
|
||||
version = "master";
|
||||
src = ../.;
|
||||
|
||||
buildInputs = oa.buildInputs ++ pkgs.lib.optionals pkgs.stdenv.isDarwin (with pkgs.darwin.apple_sdk.frameworks; [
|
||||
CoreServices
|
||||
]);
|
||||
});
|
||||
|
||||
# a development binary to help debug issues
|
||||
|
Reference in New Issue
Block a user