Revert "justStaticExecutables: enable -dead_strip on mac to shrink closure"

This reverts commit 24d313e203.

Fixes #37750
This commit is contained in:
Matthew Bauer 2018-03-26 20:57:32 -05:00
parent 378e05c6dd
commit 970f2b5063

View File

@ -230,8 +230,6 @@ rec {
isLibrary = false; isLibrary = false;
doHaddock = false; doHaddock = false;
postFixup = "rm -rf $out/lib $out/nix-support $out/share/doc"; postFixup = "rm -rf $out/lib $out/nix-support $out/share/doc";
} // lib.optionalAttrs (pkgs.hostPlatform.isDarwin) {
configureFlags = (drv.configureFlags or []) ++ ["--ghc-option=-optl=-dead_strip"];
}); });
/* Build a source distribution tarball instead of using the source files /* Build a source distribution tarball instead of using the source files
@ -260,7 +258,7 @@ rec {
the cabal file are actually used. the cabal file are actually used.
The first attrset argument can be used to configure the strictness The first attrset argument can be used to configure the strictness
of this check and a list of ignored package names that would otherwise of this check and a list of ignored package names that would otherwise
cause false alarms. cause false alarms.
*/ */
checkUnusedPackages = checkUnusedPackages =