gnu: bemenu: Install man pages

Since version 0.6.5 man pages are written in scdoc, therefore we
need to update the dependencies accordingly to ensure that the
man pages are build and installed:

* gnu/packages/xdisorg.scm (bemenu): Add dependency on scdoc.

Signed-off-by: Sören Tempel <soeren@soeren-tempel.net>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Sören Tempel 2024-01-28 16:15:45 +01:00 committed by Ludovic Courtès
parent bb317f46fc
commit fdbf4192f5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -359,7 +359,7 @@ (define-public bemenu
wayland
wayland-protocols))
(native-inputs
(list doxygen pkg-config))
(list doxygen pkg-config scdoc))
(home-page "https://github.com/Cloudef/bemenu")
(synopsis "Dynamic menu library and client program inspired by dmenu")
(description