3
0
Fork 0
forked from mirrors/nixpkgs

fetchurl: fix typo from 105154afed pushed today

This commit is contained in:
Vladimír Čunát 2015-02-22 20:26:39 +01:00
parent f898ca1a2e
commit c00d36f6c1

View file

@ -13,7 +13,7 @@ let
stdenv.mkDerivation ({
name = "mirrors-list";
builder = ./write-mirror-list.sh;
preferLocalBuilding = true;
preferLocalBuild = true;
} // mirrors);
# Names of the master sites that are mirrored (i.e., "sourceforge",