diff options
author | Aylur <[email protected]> | 2024-10-29 14:08:50 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-10-29 14:08:50 +0000 |
commit | 078dc047d9fdf6e676134cf92a05e56b868f1ab3 (patch) | |
tree | 97f3282502524adb11ed75e173f09a8fe20da059 /docs | |
parent | f6163f12f911d6fe6c2f0b0ba8e9ecb37ccd385d (diff) |
touchups
fix docs derivation
format meson.build
Diffstat (limited to 'docs')
-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"; |