Unverified Commit 83821eed authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

ncspot: migrate to new darwin SDK pattern (#355809)

parents 180cd6f3 371aadf3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@
  lib,
  stdenv,
  alsa-lib,
  apple-sdk_11,
  config,
  darwin,
  dbus,
  fetchFromGitHub,
  libpulseaudio,
@@ -50,8 +50,8 @@ rustPlatform.buildRustPackage rec {

  buildInputs =
    [ ncurses ]
    ++ lib.optional stdenv.hostPlatform.isDarwin apple-sdk_11
    ++ lib.optional stdenv.hostPlatform.isLinux openssl
    ++ lib.optional stdenv.hostPlatform.isDarwin darwin.apple_sdk.frameworks.Cocoa
    ++ lib.optional (withALSA || withRodio) alsa-lib
    ++ lib.optional withClipboard libxcb
    ++ lib.optional withCover ueberzug