Avoid collision between Ruby-GetText and GNU Gettext.

svn path=/nixpkgs/trunk/; revision=16120
This commit is contained in:
Ludovic Courtès 2009-06-30 21:05:13 +00:00
parent afa04f4576
commit 1b9dbe740b

View file

@ -407,8 +407,8 @@ let libs =
};
gettext_2_0_4 = rubyDerivation {
name = "gettext-2.0.4"; # full_name
nameNoVersion = "gettext";
name = "ruby-gettext-2.0.4"; # full_name
nameNoVersion = "ruby-gettext";
propagatedBuildInputs = [ locale_2_0_4 ];
src = fetchurl {
url = "http://rubyforge-gems.ruby-forum.com/gems/gettext-2.0.4.gem";