* Glibc updated to 2.3.5.

* GCC 3.4.4 and 3.3.6.
* Other stdenv packages updated.

svn path=/nixpkgs/trunk/; revision=3188
This commit is contained in:
Eelco Dolstra
2005-06-17 10:30:13 +00:00
parent b691c30aa7
commit a450978f26
13 changed files with 41 additions and 60 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
{stdenv, fetchurl, pcre}:
stdenv.mkDerivation {
name = "gnugrep-2.5.1";
name = "gnugrep-2.5.1a";
src = fetchurl {
url = http://losser.st-lab.cs.uu.nl/~eelco/mirror/grep-2.5.1.tar.bz2;
md5 = "ddd99e2d5d4f4611357e31e97f080cf2";
url = http://ftp.gnu.org/gnu/grep/grep-2.5.1a.tar.bz2;
md5 = "52202fe462770fa6be1bb667bd6cf30c";
};
buildInputs = [pcre];
}