screen-pipe: use default SDK on Darwin (14.4)

This commit is contained in:
Randy Eckenrode
2025-10-09 18:23:31 -04:00
parent 1a0918ae77
commit f86b1e9a0f
-4
View File
@@ -11,7 +11,6 @@
stdenv,
alsa-lib,
xorg,
apple-sdk_12,
}:
rustPlatform.buildRustPackage rec {
pname = "screen-pipe";
@@ -48,9 +47,6 @@ rustPlatform.buildRustPackage rec {
openssl
sqlite
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
apple-sdk_12
]
++ lib.optionals stdenv.hostPlatform.isLinux [
alsa-lib
xorg.libxcb