about summary refs log tree commit diff
path: root/pkgs/applications/editors
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/editors
parent53c56afcfe0600ecf582114f7da2e21eaa2dbd11 (diff)
downloadnixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar
nixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.gz
nixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.bz2
nixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.lz
nixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.xz
nixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.tar.zst
nixlib-3389f4bc3660f5f47fdf8e9ebf41c1de1b30f671.zip
* Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/eclipse/eclipse-sdk-3.1.1.nix2
-rw-r--r--pkgs/applications/editors/eclipse/eclipse-sdk-3.1.nix2
-rw-r--r--pkgs/applications/editors/eclipse/plugins/spoofax/0.3.0.nix2
-rw-r--r--pkgs/applications/editors/eclipse/plugins/spoofax/default.nix2
-rw-r--r--pkgs/applications/editors/emacs/default.nix2
-rw-r--r--pkgs/applications/editors/nedit/default.nix2
6 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/editors/eclipse/eclipse-sdk-3.1.1.nix b/pkgs/applications/editors/eclipse/eclipse-sdk-3.1.1.nix
index 8c1558daf255..4fdc8f394e59 100644
--- a/pkgs/applications/editors/eclipse/eclipse-sdk-3.1.1.nix
+++ b/pkgs/applications/editors/eclipse/eclipse-sdk-3.1.1.nix
@@ -12,7 +12,7 @@ let {
 
   bindist = 
     fetchurl {
-      url = http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.1.1-200509290840/eclipse-SDK-3.1.1-linux-gtk.tar.gz;
+      url = http://nix.cs.uu.nl/dist/tarballs/eclipse-SDK-3.1.1-linux-gtk.tar.gz;
       md5 = "a2ae61431657e2ed247867b9a9948290";
     };
 }
diff --git a/pkgs/applications/editors/eclipse/eclipse-sdk-3.1.nix b/pkgs/applications/editors/eclipse/eclipse-sdk-3.1.nix
index 0627d5d13e81..bfceaa157709 100644
--- a/pkgs/applications/editors/eclipse/eclipse-sdk-3.1.nix
+++ b/pkgs/applications/editors/eclipse/eclipse-sdk-3.1.nix
@@ -12,7 +12,7 @@ let {
 
   bindist = 
     fetchurl {
-      url = http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.1-200506271435/eclipse-SDK-3.1-linux-gtk.tar.gz;
+      url = http://nix.cs.uu.nl/dist/tarballs/eclipse-SDK-3.1-linux-gtk.tar.gz;
       md5 = "0441c11cc5af1e84ed3be322929899e8";
     };
 }
diff --git a/pkgs/applications/editors/eclipse/plugins/spoofax/0.3.0.nix b/pkgs/applications/editors/eclipse/plugins/spoofax/0.3.0.nix
index 3d61fbbe809e..abca499a715b 100644
--- a/pkgs/applications/editors/eclipse/plugins/spoofax/0.3.0.nix
+++ b/pkgs/applications/editors/eclipse/plugins/spoofax/0.3.0.nix
@@ -1,6 +1,6 @@
 {stdenv, fetchurl}:
 
 fetchurl {
-  url = http://www.ii.uib.no/~karltk/spoofax/plugins/org.spoofax.editor_0.3.0.jar;
+  url = http://nix.cs.uu.nl/dist/tarballs/org.spoofax.editor_0.3.0.jar;
   md5 = "ff66d229c774f840ec8285f64c0f95bc";
 }
diff --git a/pkgs/applications/editors/eclipse/plugins/spoofax/default.nix b/pkgs/applications/editors/eclipse/plugins/spoofax/default.nix
index b8de074d5f4b..4c782525ec7d 100644
--- a/pkgs/applications/editors/eclipse/plugins/spoofax/default.nix
+++ b/pkgs/applications/editors/eclipse/plugins/spoofax/default.nix
@@ -1,6 +1,6 @@
 {stdenv, fetchurl}:
 
 fetchurl {
-  url = http://www.ii.uib.no/~karltk/spoofax/plugins/org.spoofax.editor_0.3.10.jar;
+  url = http://nix.cs.uu.nl/dist/tarballs/org.spoofax.editor_0.3.10.jar;
   md5 = "ff77853e750e19a9b8d380c17ea27f3d";
 }
diff --git a/pkgs/applications/editors/emacs/default.nix b/pkgs/applications/editors/emacs/default.nix
index 5a11e156e58b..f900d8dd9dc5 100644
--- a/pkgs/applications/editors/emacs/default.nix
+++ b/pkgs/applications/editors/emacs/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
   name = "emacs-21.4a";
   builder = ./builder.sh;
   src = fetchurl {
-    url = http://ftp.gnu.org/pub/gnu/emacs/emacs-21.4a.tar.gz;
+    url = http://nix.cs.uu.nl/dist/tarballs/emacs-21.4a.tar.gz;
     md5 = "8f9d97cbd126121bd5d97e5e31168a87";
   };
   patches = [./crt.patch];
diff --git a/pkgs/applications/editors/nedit/default.nix b/pkgs/applications/editors/nedit/default.nix
index 2a1fcb904890..35c495a7eb23 100644
--- a/pkgs/applications/editors/nedit/default.nix
+++ b/pkgs/applications/editors/nedit/default.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
   builder = ./builder.sh;
   
   src = fetchurl {
-    url = http://nl.nedit.org/ftp/v5_5/nedit-5.5-src.tar.bz2;
+    url = http://nix.cs.uu.nl/dist/tarballs/nedit-5.5-src.tar.bz2;
     md5 = "48cb3dce52d44988f3a4d7c6f47b6bbe";
   };
   patches = [./dynamic.patch];