Commit ec1a115d authored by Arjun31415's avatar Arjun31415
Browse files

cava: add SDL2 library during build

cava 0.9.1 now supports SDL2 output
parent 84ffd8ca
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@
, libpulseaudio
, ncurses
, pkgconf
, SDL2
, withSDL2 ? false
}:

stdenv.mkDerivation rec {
@@ -27,7 +29,7 @@ stdenv.mkDerivation rec {
    libpulseaudio
    ncurses
    iniparser
  ];
  ]++ lib.optional withSDL2 SDL2;

  nativeBuildInputs = [
    autoreconfHook