GNU bug report logs -
#68594
[PATCH] gnu: bemenu: Install man pages
Previous Next
Reported by: soeren <at> soeren-tempel.net
Date: Fri, 19 Jan 2024 21:38:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From: Sören Tempel <soeren <at> soeren-tempel.net>
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 <at> soeren-tempel.net>
---
Changes since v1:
* move scdoc to native-inputs (Thanks Timotej!)
gnu/packages/xdisorg.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 449cbbaf6e..c58d7f2ab5 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -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
This bug report was last modified 1 year and 88 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.