Skip to content

Commit d2b502d

Browse files
committed
astal.cava: unbreak
Required dependency `libcava` was merged to master, so this is no longer broken.
1 parent 12b2aaf commit d2b502d

File tree

1 file changed

+9
-2
lines changed
  • pkgs/development/libraries/astal/modules

1 file changed

+9
-2
lines changed
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
{ buildAstalModule }:
1+
{
2+
buildAstalModule,
3+
libcava,
4+
fftw,
5+
}:
26
buildAstalModule {
37
name = "cava";
8+
buildInputs = [
9+
libcava
10+
fftw
11+
];
412
meta.description = "Astal module for audio visualization using cava";
5-
meta.broken = true; # https://github.com/NixOS/nixpkgs/pull/368312
613
}

0 commit comments

Comments
 (0)