mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
fix(mac): add CoreServices to flake.nix #18358
The `include` was added in e038625b87
This commit is contained in:
parent
327a6d885c
commit
40864126d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user