Merge remote-tracking branch 'origin/stdenv-updates' into illumos
Conflicts: pkgs/development/libraries/gmp/5.1.1.nix pkgs/development/libraries/mpc/default.nix pkgs/development/libraries/mpfr/default.nix pkgs/development/libraries/ppl/default.nix pkgs/tools/misc/coreutils/default.nix
This commit is contained in:
@@ -23,6 +23,13 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
crossAttrs = {
|
||||
# Disable stripping to avoid "libgmp.a: Archive has no index"
|
||||
# (see <http://hydra.nixos.org/build/4268666>.)
|
||||
dontStrip = true;
|
||||
dontCrossStrip = true;
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "GMP, the GNU multiple precision arithmetic library";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user