buildFHSEnv: allowSubstitutes = false

trivial builder
This commit is contained in:
volth 2019-02-08 00:27:40 +00:00 committed by GitHub
parent 98e2820f59
commit c706233f2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -196,4 +196,5 @@ in stdenv.mkDerivation {
${if isMultiBuild then extraBuildCommandsMulti else ""}
'';
preferLocalBuild = true;
allowSubstitutes = false;
}