mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
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;
|
||||
};
|
||||
|
||||
ncurses = selectVersion ../development/libraries/ncurses "5.6" {
|
||||
ncurses = lib.sumArgs (selectVersion ../development/libraries/ncurses "5.6") {
|
||||
inherit fetchurl stdenv;
|
||||
unicode = (system != "i686-cygwin");
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user