summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-10-29 14:08:50 +0000
committerAylur <[email protected]>2024-10-29 14:08:50 +0000
commit078dc047d9fdf6e676134cf92a05e56b868f1ab3 (patch)
tree97f3282502524adb11ed75e173f09a8fe20da059 /docs
parentf6163f12f911d6fe6c2f0b0ba8e9ecb37ccd385d (diff)
touchups
fix docs derivation format meson.build
Diffstat (limited to 'docs')
-rw-r--r--docs/default.nix4
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";