From 7eaf240e720d8d5e3e1379d538e56730622686f5 Mon Sep 17 00:00:00 2001 From: toonn Date: Wed, 11 Aug 2021 17:47:27 +0200 Subject: [PATCH] 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. --- pkgs/servers/pulseaudio/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/servers/pulseaudio/default.nix b/pkgs/servers/pulseaudio/default.nix index aecf46efe41d..e0beb051daa8 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"