* Get rid of all references to nix.cs.uu.nl.

svn path=/nixpkgs/trunk/; revision=13299
This commit is contained in:
Eelco Dolstra
2008-11-14 16:57:19 +00:00
parent c1cbd437dc
commit aa84bce64d
66 changed files with 83 additions and 81 deletions

View File

@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "gnumake-3.80";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/make-3.80.tar.bz2;
url = http://nixos.org/tarballs/make-3.80.tar.bz2;
md5 = "0bbd1df101bc0294d440471e50feca71";
};
patches = [./log.patch];

View File

@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "mk-2006-01-31";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/mk-20060131.tar.gz;
url = http://nixos.org/tarballs/mk-20060131.tar.gz;
md5 = "167fd4e0eea4f49def01984ec203289b";
};
builder = ./builder.sh;

View File

@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "noweb-2.10c";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/noweb-20060201.tar.gz;
url = http://nixos.org/tarballs/noweb-20060201.tar.gz;
md5 = "b4813c6bc0bab9004e57edc1d7e57638";
};
builder = ./builder.sh;

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
setupHook = ./setup-hook.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/automake-1.7.9.tar.bz2;
url = http://nixos.org/tarballs/automake-1.7.9.tar.bz2;
md5 = "571fd0b0598eb2a27dcf68adcfddfacb";
};
buildInputs = [perl autoconf];

View File

@@ -3,7 +3,7 @@ args: with args;
stdenv.mkDerivation {
name = "elfutils-"+version;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/elfutils-0.127.tar.gz;
url = http://nixos.org/tarballs/elfutils-0.127.tar.gz;
sha256 = "12n3h5r3c24a6l2wxz0w2dqq072bvgms0dzckivrwp5vdn22lpdv";
};
preBuild = "sed -e 's/-Werror//' -i */Makefile ";

View File

@@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
buildInputs = [m4];
x = "z";
doCheck = true;
meta = {