Skip to content

Commit

Permalink
stdenv/darwin/make-bootstrap-tools.nix: add libcodedirectory.1.dylib
Browse files Browse the repository at this point in the history
`libcodedirectory.1.dylib` is needed by ld64 and several tools from cctools such as `codesign_allocate`.
  • Loading branch information
reckenrode committed Jul 30, 2024
1 parent 957be61 commit 4b35b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/stdenv/darwin/make-bootstrap-tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ rec {
for i in as ld ar ranlib nm strip otool install_name_tool lipo codesign_allocate; do
cp ${getBin darwin.binutils-unwrapped}/bin/$i $out/bin
done
cp -d ${getLib ld64}/lib/libcodedirectory*.dylib $out/lib
# Copy coreutils, bash, etc.
cp ${getBin coreutils_}/bin/* $out/bin
Expand Down

0 comments on commit 4b35b26

Please sign in to comment.