buildFHSEnv: allowSubstitutes = false
trivial builder
This commit is contained in:
@@ -196,4 +196,5 @@ in stdenv.mkDerivation {
|
|||||||
${if isMultiBuild then extraBuildCommandsMulti else ""}
|
${if isMultiBuild then extraBuildCommandsMulti else ""}
|
||||||
'';
|
'';
|
||||||
preferLocalBuild = true;
|
preferLocalBuild = true;
|
||||||
|
allowSubstitutes = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user