summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/bison/bison-2.1.nix
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/parsing/bison/bison-2.1.nix
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/parsing/bison/bison-2.1.nix')
-rw-r--r--pkgs/development/tools/parsing/bison/bison-2.1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/parsing/bison/bison-2.1.nix b/pkgs/development/tools/parsing/bison/bison-2.1.nix
index cfeb6f53afd..e28d16dc79c 100644
--- a/pkgs/development/tools/parsing/bison/bison-2.1.nix
+++ b/pkgs/development/tools/parsing/bison/bison-2.1.nix
@@ -5,7 +5,7 @@ assert m4 != null;
 stdenv.mkDerivation {
   name = "bison-2.1";
   src = fetchurl {
-    url = ftp://ftp.nluug.nl/pub/gnu/bison/bison-2.1.tar.bz2;
+    url = http://nix.cs.uu.nl/dist/tarballs/bison-2.1.tar.bz2;
     md5 = "ef3110077462b1140b2ae612626e8486";
   };
   buildInputs = [m4];