fetchurl: build the mirror list locally
This commit is contained in:
parent
e5d8e23b7b
commit
105154afed
@ -13,6 +13,7 @@ let
|
|||||||
stdenv.mkDerivation ({
|
stdenv.mkDerivation ({
|
||||||
name = "mirrors-list";
|
name = "mirrors-list";
|
||||||
builder = ./write-mirror-list.sh;
|
builder = ./write-mirror-list.sh;
|
||||||
|
preferLocalBuilding = true;
|
||||||
} // mirrors);
|
} // mirrors);
|
||||||
|
|
||||||
# Names of the master sites that are mirrored (i.e., "sourceforge",
|
# Names of the master sites that are mirrored (i.e., "sourceforge",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user