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>
---
gnu/packages/xdisorg.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 449cbbaf6e..7600161dc5 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -356,6 +356,7 @@ (define-public bemenu
libxinerama
ncurses
pango
+ scdoc
wayland
wayland-protocols))
(native-inputs
base-commit: c0f423bf1aca8683b9f202432867cd3da8dfd656
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.