libuv: remove unneeded Darwin dependencies
This commit is contained in:
parent
c07620044c
commit
a7e4d18a05
2 changed files with 1 additions and 6 deletions
|
@ -5,8 +5,6 @@
|
|||
, automake
|
||||
, libtool
|
||||
, pkg-config
|
||||
, ApplicationServices
|
||||
, CoreServices
|
||||
, pkgsStatic
|
||||
|
||||
# for passthru.tests
|
||||
|
@ -81,7 +79,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
'';
|
||||
|
||||
nativeBuildInputs = [ automake autoconf libtool pkg-config ];
|
||||
buildInputs = lib.optionals stdenv.isDarwin [ ApplicationServices CoreServices ];
|
||||
|
||||
preConfigure = ''
|
||||
LIBTOOLIZE=libtoolize ./autogen.sh
|
||||
|
|
|
@ -23642,9 +23642,7 @@ with pkgs;
|
|||
else if stdenv.hostPlatform.system == "riscv32-linux" then llvmPackages_14.libunwind
|
||||
else callPackage ../development/libraries/libunwind { };
|
||||
|
||||
libuv = darwin.apple_sdk_11_0.callPackage ../development/libraries/libuv {
|
||||
inherit (darwin.apple_sdk.frameworks) ApplicationServices CoreServices;
|
||||
};
|
||||
libuv = darwin.apple_sdk_11_0.callPackage ../development/libraries/libuv { };
|
||||
|
||||
libuvc = callPackage ../development/libraries/libuvc { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue