summary refs log tree commit diff
path: root/pkgs/servers/pulseaudio
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2021-08-11 17:47:27 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-11-24 15:17:13 -0800
commit7eaf240e720d8d5e3e1379d538e56730622686f5 (patch)
treec669f374f9e7444aa4c5ee7927eb58783631358a /pkgs/servers/pulseaudio
parent18ba22baba75abd245a8e167213003f60824acf0 (diff)
downloadnixpkgs-7eaf240e720d8d5e3e1379d538e56730622686f5.tar
nixpkgs-7eaf240e720d8d5e3e1379d538e56730622686f5.tar.gz
nixpkgs-7eaf240e720d8d5e3e1379d538e56730622686f5.tar.bz2
nixpkgs-7eaf240e720d8d5e3e1379d538e56730622686f5.tar.lz
nixpkgs-7eaf240e720d8d5e3e1379d538e56730622686f5.tar.xz
nixpkgs-7eaf240e720d8d5e3e1379d538e56730622686f5.tar.zst
nixpkgs-7eaf240e720d8d5e3e1379d538e56730622686f5.zip
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.
Diffstat (limited to 'pkgs/servers/pulseaudio')
-rw-r--r--pkgs/servers/pulseaudio/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/servers/pulseaudio/default.nix b/pkgs/servers/pulseaudio/default.nix
index aecf46efe41..e0beb051daa 100644
--- a/pkgs/servers/pulseaudio/default.nix
+++ b/pkgs/servers/pulseaudio/default.nix
@@ -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"