* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.

svn path=/nixpkgs/trunk/; revision=3660
This commit is contained in:
Eelco Dolstra
2005-08-22 08:39:27 +00:00
parent acc1db9ac6
commit 454707da23
206 changed files with 255 additions and 255 deletions

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "e2fsprogs-1.36";
builder = ./builder.sh;
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/e2fsprogs-1.36.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/e2fsprogs-1.36.tar.gz;
md5 = "1804ee96b76e5e7113fe3cecd6fe582b";
};
configureFlags = "--enable-dynamic-e2fsck --enable-elf-shlibs";

View File

@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "modutils-2.4.25";
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/modutils-2.4.25.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/modutils-2.4.25.tar.bz2;
md5 = "2c0cca3ef6330a187c6ef4fe41ecaa4d";
};
buildInputs = [bison flex];

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "net-tools-1.60";
builder = ./builder.sh;
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/net-tools-1.60.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/net-tools-1.60.tar.bz2;
md5 = "888774accab40217dde927e21979c165";
};
config = ./config.h;

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "procps-3.2.4";
builder = ./builder.sh;
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/procps-3.2.4.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/procps-3.2.4.tar.gz;
md5 = "1bec6740b385b3f73800827437f14f85";
};
patches = [./makefile.patch];

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/shadow-4.0.6.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/shadow-4.0.6.tar.bz2;
md5 = "3ca79b02c0aaa82128f4c32cb68ffe4f";
};

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "sysvinit-2.85";
builder = ./builder.sh;
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/sysvinit-2.85.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/sysvinit-2.85.tar.gz;
md5 = "8a2d8f1ed5a2909da04132fefa44905e";
};
srcPatch = ./patch;

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "util-linux-2.12q";
builder = ./builder.sh;
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/util-linux-2.12q.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/util-linux-2.12q.tar.bz2;
md5 = "54320aa1abbce00c0dc030e2c3afe5d7";
};
patches = [./MCONFIG.patch];