astal.cava: unbreak (#374156)

This commit is contained in:
Arne Keller
2025-01-15 23:36:13 +01:00
committed by GitHub
@@ -1,6 +1,13 @@
{ buildAstalModule }:
{
buildAstalModule,
libcava,
fftw,
}:
buildAstalModule {
name = "cava";
buildInputs = [
libcava
fftw
];
meta.description = "Astal module for audio visualization using cava";
meta.broken = true; # https://github.com/NixOS/nixpkgs/pull/368312
}