Added ncursesFun for overriding.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10667
This commit is contained in:
parent
89815eb9a0
commit
c00c50e104
@ -2466,7 +2466,7 @@ rec {
|
|||||||
inherit fetchurl stdenv mysql libtool zlib unixODBC;
|
inherit fetchurl stdenv mysql libtool zlib unixODBC;
|
||||||
};
|
};
|
||||||
|
|
||||||
ncurses = selectVersion ../development/libraries/ncurses "5.6" {
|
ncurses = lib.sumArgs (selectVersion ../development/libraries/ncurses "5.6") {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
unicode = (system != "i686-cygwin");
|
unicode = (system != "i686-cygwin");
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user