flashplayer: preferLocalBuild = true;
The builder does almost nothing, and I hate to have to copy hundreds of megabytes to a builds slave because of that.
This commit is contained in:
parent
aad0b7108c
commit
a745f87b7f
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ stdenv.mkDerivation rec {
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
dontPatchELF = true;
|
dontPatchELF = true;
|
||||||
|
|
||||||
|
preferLocalBuild = true;
|
||||||
|
|
||||||
outputs = [ "out" ] ++ lib.optional is-i686 "sa";
|
outputs = [ "out" ] ++ lib.optional is-i686 "sa";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue