19 stdenv.mkDerivation rec {
23 src = fetchFromGitHub {
27 hash = "sha256-hndlEuKbI8oHvm0dosO0loQAw/U2qasoJ+4K8JG7I2Q=";
36 ] ++ lib.optionals withSDL2 [
39 ] ++ lib.optionals withPipewire [
50 echo ${version} > version
54 description = "Console-based Audio Visualizer for Alsa";
55 homepage = "https://github.com/karlstav/cava";
56 license = licenses.mit;
57 maintainers = with maintainers; [ offline mirrexagon ];
58 platforms = platforms.linux;