about summary refs log tree commit diff
path: root/pkgs/applications/audio/ncspot
diff options
context:
space:
mode:
authorDashieTM <fabio.lenherr@gmail.com>2024-04-18 14:32:27 +0200
committerDashieTM <fabio.lenherr@gmail.com>2024-04-18 14:32:27 +0200
commitadaa6b740ac1765eb67022bc850d389e9d0e5bdf (patch)
tree710bcfaa48217a682c59e57c212c1c29e9da4bef /pkgs/applications/audio/ncspot
parent5672bc9dbf9d88246ddab5ac454e82318d094bb8 (diff)
ncspot: Adjust defaults to upstream
Diffstat (limited to 'pkgs/applications/audio/ncspot')
-rw-r--r--pkgs/applications/audio/ncspot/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/audio/ncspot/default.nix b/pkgs/applications/audio/ncspot/default.nix
index e70a2eb26f174..dd217a03e0af6 100644
--- a/pkgs/applications/audio/ncspot/default.nix
+++ b/pkgs/applications/audio/ncspot/default.nix
@@ -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 = ''