pulseaudio: Drop Apple SDK dependency

The x86_64 and aarch64 SDK attributes are named differently and don't
have the same contents. This was the motivation to try dropping the SDK
dependency altogether, relying only on the Libc and some frameworks.
This commit is contained in:
toonn 2021-08-11 17:47:27 +02:00 committed by Jonathan Ringer
parent 18ba22baba
commit 7eaf240e72

View File

@ -94,7 +94,6 @@ stdenv.mkDerivation rec {
]
++ lib.optional (jackaudioSupport && !libOnly) "--enable-jack"
++ lib.optionals stdenv.isDarwin [
"--with-mac-sysroot=${sdk}"
"--disable-neon-opt"
]
++ lib.optional (stdenv.isLinux && useSystemd) "--with-systemduserunitdir=${placeholder "out"}/lib/systemd/user"