vim_configurable: build with gtk, fix passing features=huge
using gtk gvim does start much faster svn path=/nixpkgs/trunk/; revision=14053
This commit is contained in:
parent
fd948733a0
commit
387478ce5e
@ -12,10 +12,10 @@ composableDerivation {
|
|||||||
sha256 = "11hxkb6r2550c4n13nwr0d8afvh30qjyr5c2hw16zgay43rb0kci";
|
sha256 = "11hxkb6r2550c4n13nwr0d8afvh30qjyr5c2hw16zgay43rb0kci";
|
||||||
};
|
};
|
||||||
|
|
||||||
cfgOption = "--enable-gui=auto --with-features=${args.features}";
|
configureFlags = ["--enable-gui=auto" "--with-features=${args.features}"];
|
||||||
|
|
||||||
buildInputs = [ncurses pkgconfig]
|
buildInputs = [ncurses pkgconfig]
|
||||||
++ [ libX11 libXext libSM libXpm libXt libXaw libXau libXmu ];
|
++ [ gtk libX11 libXext libSM libXpm libXt libXaw libXau libXmu ];
|
||||||
|
|
||||||
# most interpreters aren't tested yet.. (see python for example how to do it)
|
# most interpreters aren't tested yet.. (see python for example how to do it)
|
||||||
flags = {}
|
flags = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user