gettext: 0.17 is now default version
svn path=/nixpkgs/branches/stdenv-updates/; revision=10455
This commit is contained in:
parent
d52ed394ae
commit
33bb9b56eb
|
@ -1929,7 +1929,7 @@ rec {
|
|||
# python / ruby support
|
||||
};
|
||||
|
||||
gettextFun = lib.sumArgs (selectVersion ../development/libraries/gettext "0.16.x") {
|
||||
gettextFun = lib.sumArgs (selectVersion ../development/libraries/gettext "0.17") {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue