The gettext update 0.18 yes builds on mips.
svn path=/nixpkgs/branches/stdenv-updates/; revision=22841
This commit is contained in:
parent
937578d5ef
commit
8c0e984f91
@ -3890,10 +3890,12 @@ let
|
||||
use_svn = stdenv.system == "x86_64-linux";
|
||||
};
|
||||
|
||||
gettext = import ../development/libraries/gettext {
|
||||
gettext_0_17 = import ../development/libraries/gettext {
|
||||
inherit fetchurl stdenv libiconv;
|
||||
};
|
||||
|
||||
gettext = gettext_0_18;
|
||||
|
||||
# XXX: Remove me when `stdenv-updates' is merged.
|
||||
gettext_0_18 = import ../development/libraries/gettext/0.18.nix {
|
||||
inherit fetchurl stdenv libiconv;
|
||||
|
Loading…
Reference in New Issue
Block a user