mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
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
|
# 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;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user