kodelife: preferLocalBuild
This commit is contained in:
parent
088afc8375
commit
8fdc7cc1d0
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
|
|||
dontBuild = true;
|
||||
dontStrip = true;
|
||||
dontPatchELF = true;
|
||||
preferLocalBuild = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
|
|
Loading…
Reference in a new issue