mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +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: { |           neovim = pkgs.neovim-unwrapped.overrideAttrs (oa: { | ||||||
|             version = "master"; |             version = "master"; | ||||||
|             src = ../.; |             src = ../.; | ||||||
|  |  | ||||||
|  |             buildInputs = oa.buildInputs ++ pkgs.lib.optionals pkgs.stdenv.isDarwin (with pkgs.darwin.apple_sdk.frameworks; [ | ||||||
|  |               CoreServices | ||||||
|  |             ]); | ||||||
|           }); |           }); | ||||||
|  |  | ||||||
|           # a development binary to help debug issues |           # a development binary to help debug issues | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Daniel Kempkens
					Daniel Kempkens