3
0
Fork 0
forked from mirrors/nixpkgs

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
This commit is contained in:
Lluís Batlle i Rossell 2010-12-15 09:39:30 +00:00
parent ae0da179c7
commit 99831841f0

View file

@ -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";
};