mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
Revert "justStaticExecutables: enable -dead_strip on mac to shrink closure"
This reverts commit 24d313e203
.
Fixes #37750
This commit is contained in:
parent
378e05c6dd
commit
970f2b5063
@ -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 =
|
||||||
|
Loading…
Reference in New Issue
Block a user