Unverified Commit b64ebbd1 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #305038 from DashieTM/patch-1

ncspot: Adjust defaults to upstream
parents 13f8bfc7 93c36c00
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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
, withCrossterm ? 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 withCrossterm "crossterm_backend"
    ++ lib.optional withNotify "notify";

  postInstall = ''