mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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:
parent
18ba22baba
commit
7eaf240e72
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user