Merge #227919: stdenv: avoid -p flag for strip on aarch64-darwin

...into staging-next

-1
-1
pkgs/stdenv/darwin/default.nix
··· 63 unset SDKROOT 64 65 stripAllFlags=" " # the Darwin "strip" command doesn't know "-s" 66 - '' + lib.optionalString localSystem.isx86_64 '' 67 stripDebugFlags="-S" # the Darwin "strip" command does something odd with "-p" 68 ''; 69
··· 63 unset SDKROOT 64 65 stripAllFlags=" " # the Darwin "strip" command doesn't know "-s" 66 stripDebugFlags="-S" # the Darwin "strip" command does something odd with "-p" 67 ''; 68