pulseaudio: Stop passing sdk argument

This commit is contained in:
toonn 2021-08-11 17:51:36 +02:00 committed by Jonathan Ringer
parent 7eaf240e72
commit 40b7dd7cce
2 changed files with 1 additions and 2 deletions

View file

@ -26,7 +26,7 @@
, # Whether to build only the library.
libOnly ? false
, AudioUnit, Cocoa, CoreServices, Libc, sdk
, AudioUnit, Cocoa, CoreServices, Libc
}:
stdenv.mkDerivation rec {

View file

@ -21122,7 +21122,6 @@ with pkgs;
pulseaudio = callPackage ../servers/pulseaudio ({
inherit (darwin) Libc;
inherit (darwin.apple_sdk) sdk;
inherit (darwin.apple_sdk.frameworks) CoreServices AudioUnit Cocoa;
} // lib.optionalAttrs stdenv.isDarwin {
# Default autoreconfHook (2.70) fails on darwin,