about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-04-24 20:37:31 +0200
committerVladimír Čunát <v@cunat.cz>2023-04-24 20:37:31 +0200
commite167eac07781070022209e0561e6c7188d71f03f (patch)
tree44d1d58385eff5759a5f8e6f6e6b9733fef28265
parentca90d858e94efcdd309fced5836b30a1e8e2d16f (diff)
parent91bc06b6d723031e561ace3f622f97ad78e51ac7 (diff)
Merge #227919: stdenv: avoid -p flag for strip on aarch64-darwin
...into staging-next
-rw-r--r--pkgs/stdenv/darwin/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/stdenv/darwin/default.nix b/pkgs/stdenv/darwin/default.nix
index 69a128382ff86..ffe99da869225 100644
--- a/pkgs/stdenv/darwin/default.nix
+++ b/pkgs/stdenv/darwin/default.nix
@@ -63,7 +63,6 @@ rec {
     unset SDKROOT
 
     stripAllFlags=" " # the Darwin "strip" command doesn't know "-s"
-  '' + lib.optionalString localSystem.isx86_64 ''
     stripDebugFlags="-S" # the Darwin "strip" command does something odd with "-p"
   '';