Setting sysvinit to be downloaded from a savannah mirror, instead of the url of a single mirror it had (a mirror not working anymore)

svn path=/nixpkgs/branches/stdenv-updates/; revision=23317
This commit is contained in:
Lluís Batlle i Rossell 2010-08-21 16:58:18 +00:00
parent 508fc749f4
commit bc0fab5793

View File

@ -6,7 +6,7 @@ stdenv.mkDerivation {
name = (if withoutInitTools then "sysvtools" else "sysvinit") + "-" + version;
src = fetchurl {
url = "http://www.very-clever.com/download/nongnu/sysvinit/sysvinit-${version}.tar.bz2";
url = "mirror://savannah/sysvinit/sysvinit-${version}.tar.bz2";
sha256 = "068mvzaz808a673zigyaqb63xc8bndh2klk16zi5c83rw70wifv0";
};