mathematica: Prefer building locally (#100856)

There is little benefit to copying a 4GB tarball over the network,
just to perform an I/O-bound operation and then copy the
multi-gigabyte result back.
wip/yesman
Ben Gamari 4 years ago committed by GitHub
parent 7aea165e72
commit 7263f7c433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      pkgs/applications/science/math/mathematica/default.nix

@ -144,6 +144,9 @@ stdenv.mkDerivation rec {
'';
dontBuild = true;
# This is primarily an IO bound build; there's little benefit to building remotely.
preferLocalBuild = true;
# all binaries are already stripped
dontStrip = true;

Loading…
Cancel
Save