mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 17:08:09 +00:00
ncspot: use apple-sdk_11
Fixes a build failure on x86_64-darwin
This commit is contained in:
parent
8fe9076af7
commit
371aadf3f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user