fetchurl: fix typo from 105154afed pushed today
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user