mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
815d6c0d3e
Contrarily to the other frameworks, System framework's TBD file is a symlink pointing to `${MacOSX-SDK}/usr/lib/libSystem.B.tbd`. This produces an error when using the framework, as: 1. The original file is not copied into the output directory 2. Even if it was copied, the relative path wouldn't match Resulting in the symlink being broken and the linker failing when trying to link `-framework System`. The fix applied consists in replacing the symbolic link with the actual file, as this is easier than fixing the link and doesn't seem to produce any side effects. |
||
---|---|---|
.. | ||
apple_sdk.nix | ||
cf-setup-hook.sh | ||
default.nix | ||
frameworks.nix | ||
libcharset.nix | ||
libnetwork.nix | ||
libobjc.nix | ||
libpm.nix | ||
libSystem.nix | ||
libunwind.nix | ||
private-frameworks.nix |