Make Vim expression overridable
svn path=/nixpkgs/trunk/; revision=20201
This commit is contained in:
parent
9df96554ec
commit
f90ab6394b
@ -8113,12 +8113,12 @@ let
|
||||
makeWrapper graphviz which python;
|
||||
};
|
||||
|
||||
vim = import ../applications/editors/vim {
|
||||
vim = makeOverridable (import ../applications/editors/vim) {
|
||||
inherit fetchurl stdenv ncurses lib;
|
||||
};
|
||||
|
||||
vimHugeX = import ../applications/editors/vim {
|
||||
inherit fetchurl stdenv lib ncurses pkgconfig
|
||||
vimHugeX = vim.override {
|
||||
inherit pkgconfig
|
||||
perl python tcl;
|
||||
inherit (xlibs) libX11 libXext libSM libXpm
|
||||
libXt libXaw libXau;
|
||||
|
Loading…
Reference in New Issue
Block a user