ncspot: use apple-sdk_11

Fixes a build failure on x86_64-darwin
This commit is contained in:
seth
2024-11-13 22:19:47 -05:00
parent 8fe9076af7
commit 371aadf3f9

View File

@@ -2,6 +2,7 @@
lib,
stdenv,
alsa-lib,
apple-sdk_11,
config,
dbus,
fetchFromGitHub,
@@ -49,6 +50,7 @@ rustPlatform.buildRustPackage rec {
buildInputs =
[ ncurses ]
++ lib.optional stdenv.hostPlatform.isDarwin apple-sdk_11
++ lib.optional stdenv.hostPlatform.isLinux openssl
++ lib.optional (withALSA || withRodio) alsa-lib
++ lib.optional withClipboard libxcb