nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

setup-hooks/strip: include darwin-specific paths

+1 -1
+1 -1
pkgs/build-support/setup-hooks/strip.sh
··· 22 22 # push arrays all the way through this logic. 23 23 24 24 # Strip only host paths by default. Leave targets as is. 25 - stripDebugList=${stripDebugList[*]:-lib lib32 lib64 libexec bin sbin} 25 + stripDebugList=${stripDebugList[*]:-lib lib32 lib64 libexec bin sbin Applications Library/Frameworks} 26 26 stripDebugListTarget=${stripDebugListTarget[*]:-} 27 27 stripAllList=${stripAllList[*]:-} 28 28 stripAllListTarget=${stripAllListTarget[*]:-}