diff options
Diffstat (limited to 'docs/default.nix')
-rw-r--r-- | docs/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/default.nix b/docs/default.nix index d61e215..1370fc6 100644 --- a/docs/default.nix +++ b/docs/default.nix @@ -153,7 +153,9 @@ in description = "DBus proxy for bluez"; version = ../lib/bluetooth/version; }} - ${genLib "cava" "Cava" { + ${genLib { + flakepkg = "cava"; + gir = "Cava"; description = "Audio visualization library using cava"; version = ../lib/cava/version; authors = "kotontrion"; |