summary refs log tree commit diff
path: root/pkgs/misc/ghostscript/default.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-10-12 13:50:54 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-10-12 13:50:54 +0000
commit1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10 (patch)
tree68ca0563a887b3fb038bc6405f64c3edd0f256fe /pkgs/misc/ghostscript/default.nix
parentce71dc90768950e55a347d1794a12e5774383044 (diff)
downloadnixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar
nixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.gz
nixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.bz2
nixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.lz
nixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.xz
nixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.zst
nixlib-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.zip
* Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
Diffstat (limited to 'pkgs/misc/ghostscript/default.nix')
-rw-r--r--pkgs/misc/ghostscript/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/ghostscript/default.nix b/pkgs/misc/ghostscript/default.nix
index 372cd568f4e0..eb411e30ea7f 100644
--- a/pkgs/misc/ghostscript/default.nix
+++ b/pkgs/misc/ghostscript/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
   builder = ./builder.sh;
   
   src = fetchurl {
-    url = http://surfnet.dl.sourceforge.net/sourceforge/ghostscript/ghostscript-8.54-gpl.tar.bz2;
+    url = http://nix.cs.uu.nl/dist/tarballs/ghostscript-8.54-gpl.tar.bz2;
     md5 = "5d0ad0da8297fe459a788200f0eaeeba";
   };