astal.cava: unbreak

Required dependency `libcava` was merged to master, so this is no longer
broken.
This commit is contained in:
PerchunPak
2025-01-15 23:25:28 +01:00
parent 12b2aaf70c
commit d2b502d03c
@@ -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
}