pulseaudio: Stop passing sdk argument

This commit is contained in:
toonn
2021-11-24 15:17:13 -08:00
committed by Jonathan Ringer
parent 7eaf240e72
commit 40b7dd7cce
2 changed files with 1 additions and 2 deletions
+1 -1
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 {
-1
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,