Unverified Commit 371aadf3 authored by seth's avatar seth
Browse files

ncspot: use apple-sdk_11

Fixes a build failure on x86_64-darwin
parent 8fe9076a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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