From 99831841f0bc4775dd824e0df66f20a201fdf600 Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Wed, 15 Dec 2010 09:39:30 +0000 Subject: Updating the urls where to get nvi from. The previous did not work anymore. I took some from the list provided by: http://dir.filewatcher.com/d/Perl-CPAN/misc/nvi-1.79.tar.gz.1295401.html svn path=/nixpkgs/trunk/; revision=25140 --- pkgs/applications/editors/nvi/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pkgs/applications/editors/nvi') diff --git a/pkgs/applications/editors/nvi/default.nix b/pkgs/applications/editors/nvi/default.nix index f14ffe51f2ba..c759f977b0d4 100644 --- a/pkgs/applications/editors/nvi/default.nix +++ b/pkgs/applications/editors/nvi/default.nix @@ -4,7 +4,11 @@ stdenv.mkDerivation rec { name = "nvi-1.79"; src = fetchurl { - url = "https://sites.google.com/a/bostic.com/external/files/nvi-1.79.tar.gz?attredirects=0"; + urls = + [ "ftp://ftp.eenet.ee/pub/cpan/src/misc/nvi-1.79.tar.gz" + "ftp://ftp.saintjoe.edu/pub/CPAN/src/misc/nvi-1.79.tar.gz" + "ftp://ftp.free.fr/.mirrors1/ftp.netbsd.org/packages/distfiles/nvi-1.79.tar.gz" + ]; sha256 = "0cvf56rbylz7ksny6g2256sjg8yrsxrmbpk82r64rhi53sm8fnvm"; }; -- cgit 1.4.1