summary refs log tree commit diff
path: root/pkgs/development/libraries/cairo
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/development/libraries/cairo
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/development/libraries/cairo')
-rw-r--r--pkgs/development/libraries/cairo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/cairo/default.nix b/pkgs/development/libraries/cairo/default.nix
index c48977ec013e..798f8f2a1ce9 100644
--- a/pkgs/development/libraries/cairo/default.nix
+++ b/pkgs/development/libraries/cairo/default.nix
@@ -11,7 +11,7 @@ assert pngSupport -> libpng != null;
 stdenv.mkDerivation {
   name = "cairo-1.2.4";
   src = fetchurl {
-    url = http://cairographics.org/releases/cairo-1.2.4.tar.gz;
+    url = http://nix.cs.uu.nl/dist/tarballs/cairo-1.2.4.tar.gz;
     sha1 = "5520b771c8b85acea78fa56fc4c39b4dca6bcc7c";
   };
   buildInputs = [