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