ncspot: Adjust defaults to upstream

This commit is contained in:
DashieTM 2024-04-18 14:32:27 +02:00
parent 5672bc9dbf
commit adaa6b740a
1 changed files with 4 additions and 2 deletions

View File

@ -6,12 +6,13 @@
, ncurses
, openssl
, Cocoa
, withALSA ? true, alsa-lib
, withALSA ? false, alsa-lib
, withClipboard ? true, libxcb, python3
, withCover ? false, ueberzug
, withPulseAudio ? false, libpulseaudio
, withPulseAudio ? true, libpulseaudio
, withPortAudio ? false, portaudio
, withMPRIS ? true, withNotify ? true, dbus
, withCross ? true
, nix-update-script
, testers
, ncspot
@ -54,6 +55,7 @@ rustPlatform.buildRustPackage rec {
++ lib.optional withPulseAudio "pulseaudio_backend"
++ lib.optional withPortAudio "portaudio_backend"
++ lib.optional withMPRIS "mpris"
++ lib.optional withCross "crossterm_backend"
++ lib.optional withNotify "notify";
postInstall = ''