Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ 2 buildAstalModule, 3 libcava, 4 fftw, 5}: 6buildAstalModule { 7 name = "cava"; 8 buildInputs = [ 9 libcava 10 fftw 11 ]; 12 meta.description = "Astal module for audio visualization using cava"; 13}