Skip to content

Commit

Permalink
astal.cava: unbreak (#374156)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Jan 15, 2025
2 parents edc378e + d2b502d commit 34e731d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pkgs/development/libraries/astal/modules/cava.nix
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 34e731d

Please sign in to comment.