* Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
This commit is contained in:
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
builder = ./builder.sh;
|
||||
setupHook = ./setup-hook.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.gnu.org/gnu/automake/automake-1.9.6.tar.gz;
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/automake-1.9.6.tar.gz;
|
||||
md5 = "c60f77a42f103606981d456f1615f5b4";
|
||||
};
|
||||
buildInputs = [perl autoconf];
|
||||
|
||||
Reference in New Issue
Block a user