add gettext_0_17 alias to gettext, preparation for stdenv merge, concerning gnu hydra build configuration
svn path=/nixpkgs/trunk/; revision=24866
This commit is contained in:
parent
b44c4a88e8
commit
4db5a0b5a9
1 changed files with 1 additions and 1 deletions
|
@ -2830,7 +2830,7 @@ let
|
|||
|
||||
gettext = callPackage ../development/libraries/gettext { };
|
||||
|
||||
# XXX: Remove me when `stdenv-updates' is merged.
|
||||
gettext_0_17 = gettext;
|
||||
gettext_0_18 = callPackage ../development/libraries/gettext/0.18.nix { };
|
||||
|
||||
gd = callPackage ../development/libraries/gd { };
|
||||
|
|
Loading…
Reference in a new issue