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:
Vladimír Čunát 2016-10-02 14:52:02 +02:00
parent aad0b7108c
commit a745f87b7f

View File

@ -94,6 +94,8 @@ stdenv.mkDerivation rec {
dontStrip = true;
dontPatchELF = true;
preferLocalBuild = true;
outputs = [ "out" ] ++ lib.optional is-i686 "sa";
installPhase = ''