summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2007-08-24 12:32:36 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2007-08-24 12:32:36 +0000
commita0159dee8e6fd9e41a9d5994538b25153e418d5c (patch)
treee2df6496cfd70ed27ddc7758b08c62c6f6e70799 /pkgs/applications/editors
parentc9bd5b739709797e6013b56f95ffad7c4cdc9412 (diff)
downloadnixlib-a0159dee8e6fd9e41a9d5994538b25153e418d5c.tar
nixlib-a0159dee8e6fd9e41a9d5994538b25153e418d5c.tar.gz
nixlib-a0159dee8e6fd9e41a9d5994538b25153e418d5c.tar.bz2
nixlib-a0159dee8e6fd9e41a9d5994538b25153e418d5c.tar.lz
nixlib-a0159dee8e6fd9e41a9d5994538b25153e418d5c.tar.xz
nixlib-a0159dee8e6fd9e41a9d5994538b25153e418d5c.tar.zst
nixlib-a0159dee8e6fd9e41a9d5994538b25153e418d5c.zip
* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
  URLs to http://nix.cs.uu.nl/dist/tarballs.  With content-addressable
  mirror support (r9190, NIXPKGS-70) this is no longer necessary:
  fetchurl will try to download from that location automatically.  So
  we can keep the original URLs.

svn path=/nixpkgs/trunk/; revision=9192
Diffstat (limited to 'pkgs/applications/editors')
-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/joe/default.nix2
-rw-r--r--pkgs/applications/editors/nedit/default.nix2
-rw-r--r--pkgs/applications/editors/vim-diet/default.nix2
6 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/editors/eclipse/eclipse-sdk-3.1.nix b/pkgs/applications/editors/eclipse/eclipse-sdk-3.1.nix
index bfceaa157709..0627d5d13e81 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://nix.cs.uu.nl/dist/tarballs/eclipse-SDK-3.1-linux-gtk.tar.gz;
+      url = http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.1-200506271435/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 abca499a715b..3d61fbbe809e 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://nix.cs.uu.nl/dist/tarballs/org.spoofax.editor_0.3.0.jar;
+  url = http://www.ii.uib.no/~karltk/spoofax/plugins/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 d926064a4dba..649619e487e8 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://nix.cs.uu.nl/dist/tarballs/org.spoofax.editor_0.3.11.jar;
+  url = http://www.ii.uib.no/~karltk/spoofax/plugins/org.spoofax.editor_0.3.11.jar;
   md5 = "c36941afcb0e538e16fafd594eae128e";
 }
diff --git a/pkgs/applications/editors/joe/default.nix b/pkgs/applications/editors/joe/default.nix
index 33336355326d..cc6db1c2e8ee 100644
--- a/pkgs/applications/editors/joe/default.nix
+++ b/pkgs/applications/editors/joe/default.nix
@@ -3,7 +3,7 @@
 stdenv.mkDerivation {
 name = "joe-3.3";
 src = fetchurl {
-         url = http://nix.cs.uu.nl/dist/tarballs/joe-3.3.tar.gz;
+         url = http://surfnet.dl.sourceforge.net/sourceforge/joe-editor/joe-3.3.tar.gz;
          md5 = "02221716679c039c5da00c275d61dbf4";
    };
 }
diff --git a/pkgs/applications/editors/nedit/default.nix b/pkgs/applications/editors/nedit/default.nix
index a6bfe1f3dae4..345eccb0ff9d 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://nix.cs.uu.nl/dist/tarballs/nedit-5.5-src.tar.bz2;
+    url = http://nl.nedit.org/ftp/v5_5/nedit-5.5-src.tar.bz2;
     md5 = "48cb3dce52d44988f3a4d7c6f47b6bbe";
   };
   patches = [./dynamic.patch];
diff --git a/pkgs/applications/editors/vim-diet/default.nix b/pkgs/applications/editors/vim-diet/default.nix
index 5c6991b895ce..76c022896fe9 100644
--- a/pkgs/applications/editors/vim-diet/default.nix
+++ b/pkgs/applications/editors/vim-diet/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
   name = "vim-7.0";
  
   src = fetchurl {
-    url = http://nix.cs.uu.nl/dist/tarballs/vim-7.0.tar.bz2;
+    url = ftp://ftp.vim.org/pub/vim/unix/vim-7.0.tar.bz2;
     md5 = "4ca69757678272f718b1041c810d82d8";
   };