* Move tarballs to catamaran so that we are no longer dependent on a
gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
This commit is contained in:
@@ -3,7 +3,7 @@ stdenv.mkDerivation {
|
||||
name = "gnum4-1.4";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/pub/gnu/m4/m4-1.4.tar.gz;
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/m4-1.4.tar.gz;
|
||||
md5 = "9eb2dd07740b2d2f3c7adb3e8d299bda";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user