diff options
author | Sören Tempel <soeren@soeren-tempel.net> | 2024-01-28 16:15:45 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-02-18 16:10:19 +0100 |
commit | fdbf4192f5eaa7fdb5e6e2e98ada0726c8104824 (patch) | |
tree | 48b8edf36be50256059b7874605b328a9191c168 /gnu | |
parent | bb317f46fca962b58e9e81e646e53ee651fd8d83 (diff) |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xdisorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index a3015e20fc..86e5086867 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -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 |