Skip to content

Commit

Permalink
ncspot: migrate to new darwin SDK pattern
Browse files Browse the repository at this point in the history
Part of NixOS#354146
  • Loading branch information
getchoo committed Nov 14, 2024
1 parent 00baab4 commit 8fe9076
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/by-name/nc/ncspot/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
stdenv,
alsa-lib,
config,
darwin,
dbus,
fetchFromGitHub,
libpulseaudio,
Expand Down Expand Up @@ -51,7 +50,6 @@ rustPlatform.buildRustPackage rec {
buildInputs =
[ ncurses ]
++ 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 8fe9076

Please sign in to comment.