mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
ld64: drop libunwind as a dependency
libunwind is included in the SDK, so it’s no longer necessary to include it as an explicit dependency.
This commit is contained in:
parent
2bf9c22eb1
commit
1c1774806d
@ -5,7 +5,6 @@
|
||||
fetchurl,
|
||||
darwin,
|
||||
libtapi,
|
||||
libunwind,
|
||||
llvm,
|
||||
meson,
|
||||
ninja,
|
||||
@ -146,7 +145,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
[
|
||||
libtapi
|
||||
llvm
|
||||
libunwind
|
||||
openssl
|
||||
xar
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user