From fdbf4192f5eaa7fdb5e6e2e98ada0726c8104824 Mon Sep 17 00:00:00 2001 From: Sören Tempel Date: Sun, 28 Jan 2024 16:15:45 +0100 Subject: gnu: bemenu: Install man pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Ludovic Courtès --- gnu/packages/xdisorg.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') 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 -- cgit v1.2.3