summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics
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/applications/graphics
parent53c56afcfe0600ecf582114f7da2e21eaa2dbd11 (diff)
* Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/gimp/default.nix2
-rw-r--r--pkgs/applications/graphics/gqview/default.nix2
-rw-r--r--pkgs/applications/graphics/inkscape/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/gimp/default.nix b/pkgs/applications/graphics/gimp/default.nix
index f32842e32356..2f4f17da7648 100644
--- a/pkgs/applications/graphics/gimp/default.nix
+++ b/pkgs/applications/graphics/gimp/default.nix
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "gimp-2.3.6";
src = fetchurl {
- url = http://gnu.kookel.org/ftp/gimp/v2.3/gimp-2.3.6.tar.bz2;
+ url = http://nix.cs.uu.nl/dist/tarballs/gimp-2.3.6.tar.bz2;
md5 = "ce8ad77f4eb47abb868e6b4eb1f97943" ;
};
diff --git a/pkgs/applications/graphics/gqview/default.nix b/pkgs/applications/graphics/gqview/default.nix
index fb55ae889deb..15a1d169fb69 100644
--- a/pkgs/applications/graphics/gqview/default.nix
+++ b/pkgs/applications/graphics/gqview/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
name = "gqview-2.1.1";
src = fetchurl {
- url = http://surfnet.dl.sourceforge.net/sourceforge/gqview/gqview-2.1.1.tar.gz;
+ url = http://nix.cs.uu.nl/dist/tarballs/gqview-2.1.1.tar.gz;
md5 = "2cd110305cfe4c530fcd6e34bb52e1f2";
};
diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix
index d425727ef19f..50adda6eec76 100644
--- a/pkgs/applications/graphics/inkscape/default.nix
+++ b/pkgs/applications/graphics/inkscape/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
name = "inkscape-0.42.2";
src = fetchurl {
- url = http://easynews.dl.sourceforge.net/sourceforge/inkscape/inkscape-0.42.2.tar.bz2;
+ url = http://nix.cs.uu.nl/dist/tarballs/inkscape-0.42.2.tar.bz2;
md5 = "a27172087018e850e92e97e52b5dad08";
};