summary refs log tree commit diff
path: root/pkgs/development/tools/misc/automake
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-01-30 16:04:03 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-01-30 16:04:03 +0000
commit3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671 (patch)
tree8f4f5bc667119caf379ff3677e1cf25e0f920cf4 /pkgs/development/tools/misc/automake
parent53c56afcfe0600ecf582114f7da2e21eaa2dbd11 (diff)
downloadnixpkgs-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar
nixpkgs-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.gz
nixpkgs-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.bz2
nixpkgs-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.lz
nixpkgs-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.xz
nixpkgs-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.zst
nixpkgs-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.zip
* Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
Diffstat (limited to 'pkgs/development/tools/misc/automake')
-rw-r--r--pkgs/development/tools/misc/automake/automake-1.9.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/automake/automake-1.9.x.nix b/pkgs/development/tools/misc/automake/automake-1.9.x.nix
index 745964accaf..d6e76d48530 100644
--- a/pkgs/development/tools/misc/automake/automake-1.9.x.nix
+++ b/pkgs/development/tools/misc/automake/automake-1.9.x.nix
@@ -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];