vim: clean up arguments list

This commit is contained in:
Jude Taylor
2015-10-28 13:40:10 -07:00
parent 27e4137630
commit de0182ee59
3 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, ncurses, gettext, pkgconfig
# apple frameworks
, CoreServices, CoreData, Cocoa, Foundation, libobjc, cf-private }:
, Carbon, Cocoa }:
stdenv.mkDerivation rec {
name = "vim-${version}";
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
buildInputs = [ ncurses pkgconfig ]
++ stdenv.lib.optionals stdenv.isDarwin [ cf-private CoreData CoreServices Cocoa Foundation libobjc ];
++ stdenv.lib.optionals stdenv.isDarwin [ Carbon Cocoa ];
nativeBuildInputs = [ gettext ];
configureFlags = [