spotifyd: use default SDK on Darwin (14.4)
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
stdenv,
|
||||
config,
|
||||
alsa-lib,
|
||||
apple-sdk_11,
|
||||
cmake,
|
||||
dbus,
|
||||
fetchFromGitHub,
|
||||
@@ -42,8 +41,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [ openssl ]
|
||||
lib.optionals stdenv.hostPlatform.isLinux [ openssl ]
|
||||
# The `dbus_mpris` feature works on other platforms, but only requires `dbus` on Linux
|
||||
++ lib.optional (withMpris && stdenv.hostPlatform.isLinux) dbus
|
||||
++ lib.optional (withALSA || withJack) alsa-lib
|
||||
|
||||
Reference in New Issue
Block a user