From 9f898a586b60b8a4b5361b991e4d2828ad7c5b3f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 30 Jan 2006 16:11:00 +0000 Subject: * Copy even more files (in particular from losser.st-lab.cs.uu.nl, can't assume that it will live forever). svn path=/nixpkgs/trunk/; revision=4624 --- pkgs/applications/editors/emacs-22-aa/default.nix | 2 +- pkgs/applications/editors/emacs-22/default.nix | 2 +- pkgs/applications/editors/monodevelop/default.nix | 2 +- pkgs/applications/graphics/batik/default.nix | 2 +- pkgs/applications/package-management/rpm/default.nix | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/editors/emacs-22-aa/default.nix b/pkgs/applications/editors/emacs-22-aa/default.nix index 28a8f60f96aa..606e6ba5fd94 100644 --- a/pkgs/applications/editors/emacs-22-aa/default.nix +++ b/pkgs/applications/editors/emacs-22-aa/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation { name = "emacs-22.0.50-pre-xft"; builder = ./builder.sh; src = fetchurl { - url = http://losser.st-lab.cs.uu.nl/~eelco/dist/emacs-22.0.50-xft.tar.bz2; + url = http://nix.cs.uu.nl/dist/tarballs/emacs-22.0.50-xft.tar.bz2; md5 = "4f96ada6f18513aeb70adc27b7ac862f"; }; patches = [./crt.patch]; diff --git a/pkgs/applications/editors/emacs-22/default.nix b/pkgs/applications/editors/emacs-22/default.nix index 503a715d16ad..cfa3a937de95 100644 --- a/pkgs/applications/editors/emacs-22/default.nix +++ b/pkgs/applications/editors/emacs-22/default.nix @@ -15,7 +15,7 @@ stdenv.mkDerivation { name = "emacs-22.0.50-pre20051207"; builder = ./builder.sh; src = fetchurl { - url = http://losser.st-lab.cs.uu.nl/~eelco/dist/emacs-22.0.50.tar.bz2; + url = http://nix.cs.uu.nl/dist/tarballs/emacs-22.0.50.tar.bz2; md5 = "011d40367015691e4319ddc65b4e7843"; }; patches = [./crt.patch]; diff --git a/pkgs/applications/editors/monodevelop/default.nix b/pkgs/applications/editors/monodevelop/default.nix index 57a7207546a3..050467c46242 100644 --- a/pkgs/applications/editors/monodevelop/default.nix +++ b/pkgs/applications/editors/monodevelop/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation { builder = ./builder.sh; src = fetchurl { - url = http://losser.labs.cs.uu.nl/~eelco/mono-tmp/monodevelop-0.6-pre2315.tar.bz2; + url = http://nix.cs.uu.nl/dist/tarballs/monodevelop-0.6-pre2315.tar.bz2; md5 = "8c33df5629b0676b7ab552854c1de6fd"; }; diff --git a/pkgs/applications/graphics/batik/default.nix b/pkgs/applications/graphics/batik/default.nix index 8d422b6f880c..8b9ac5a9f546 100644 --- a/pkgs/applications/graphics/batik/default.nix +++ b/pkgs/applications/graphics/batik/default.nix @@ -4,7 +4,7 @@ stdenv.mkDerivation { name = "batik-1.6"; builder = ./builder.sh; src = fetchurl { - url = http://apache.cs.uu.nl/dist/xml/batik/batik-1.6.zip; + url = http://nix.cs.uu.nl/dist/tarballs/batik-1.6.zip; md5 = "edff288fc64f968ff96ca49763d50f3c"; }; diff --git a/pkgs/applications/package-management/rpm/default.nix b/pkgs/applications/package-management/rpm/default.nix index 4fa768256a5e..a13d3ff76217 100644 --- a/pkgs/applications/package-management/rpm/default.nix +++ b/pkgs/applications/package-management/rpm/default.nix @@ -4,7 +4,7 @@ stdenv.mkDerivation { name = "rpm-4.4.5"; src = fetchurl { - url = http://losser.labs.cs.uu.nl/~armijn/.nix/rpm-4.4.5.tar.gz; + url = http://nix.cs.uu.nl/dist/tarballs/rpm-4.4.5.tar.gz; #md5 = "e24ce468082479fe850c9d6563f56db5"; md5 = "3f277388b0486c6e8ce9b07fdf53993e"; }; -- cgit 1.4.1