cava: add SDL2 library during build

cava 0.9.1 now supports SDL2 output
This commit is contained in:
Arjun31415
2023-08-25 21:36:58 +05:30
parent 84ffd8cabe
commit ec1a115d5c
+3 -1
View File
@@ -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