~ruther/guix-local

fdbf4192f5eaa7fdb5e6e2e98ada0726c8104824 — Sören Tempel 2 years ago bb317f4
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/xdisorg.scm
M gnu/packages/xdisorg.scm => gnu/packages/xdisorg.scm +1 -1
@@ 359,7 359,7 @@ used to further tweak the behaviour of the different profiles.")
           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