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:
parent
508fc749f4
commit
bc0fab5793
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user