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

This reverts commit 24d313e2039b6d89f8a1ba4c5be12b134479fe67.

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