new autoconf, gettext and coreutils. Tested to build in work in NixOS.

svn path=/nixpkgs/trunk/; revision=5532
This commit is contained in:
Armijn Hemel
2006-06-28 21:35:37 +00:00
parent 0176b927c4
commit f590067ee0
3 changed files with 9 additions and 9 deletions
@@ -1,8 +1,8 @@
{stdenv, fetchurl}: stdenv.mkDerivation {
name = "gettext-0.14.5";
name = "gettext-0.14.6";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/gettext-0.14.5.tar.gz;
md5 = "e2f6581626a22a0de66dce1d81d00de3";
url = ftp://ftp.nluug.nl/pub/gnu/gettext/gettext-0.14.6.tar.gz;
md5 = "c26fc7f0a493c5c7c39bbc4e7ed42790";
};
configureFlags = "--disable-csharp";
}