Skip to content

Commit

Permalink
ncspot: migrate to new darwin SDK pattern (#355809)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Nov 14, 2024
2 parents 180cd6f + 371aadf commit 83821ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/nc/ncspot/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
lib,
stdenv,
alsa-lib,
apple-sdk_11,
config,
darwin,
dbus,
fetchFromGitHub,
libpulseaudio,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 83821ee

Please sign in to comment.