* Lots of updates, especially GTK and X libraries.
svn path=/nixpkgs/trunk/; revision=3193
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
{stdenv, fetchurl, kernelHeaders, installLocales ? true}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "glibc-2.3.4";
|
||||
name = "glibc-2.3.5";
|
||||
builder = ./builder.sh;
|
||||
substitute = ../../../build-support/substitute/substitute.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/glibc-2.3.4.tar.bz2;
|
||||
md5 = "174ac5ed4f2851fcc866a3bac1e4a6a5";
|
||||
url = http://ftp.gnu.org/gnu/glibc/glibc-2.3.5.tar.bz2;
|
||||
md5 = "93d9c51850e0513aa4846ac0ddcef639";
|
||||
};
|
||||
|
||||
linuxthreadsSrc = fetchurl {
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/glibc-linuxthreads-2.3.4.tar.bz2;
|
||||
md5 = "7a199cd4965eb5622163756ae64358fe";
|
||||
url = http://ftp.gnu.org/gnu/glibc/glibc-linuxthreads-2.3.5.tar.bz2;
|
||||
md5 = "77011b0898393c56b799bc011a0f37bf";
|
||||
};
|
||||
|
||||
patches = [ ./glibc-pwd.patch ];
|
||||
|
||||
Reference in New Issue
Block a user