all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68594] [PATCH] gnu: bemenu: Install man pages
@ 2024-01-19 21:35 soeren
  2024-01-28 10:23 ` Timotej Lazar
  2024-01-28 15:15 ` [bug#68594] [PATCH v2] " soeren
  0 siblings, 2 replies; 4+ messages in thread
From: soeren @ 2024-01-19 21:35 UTC (permalink / raw)
  To: 68594

From: Sören Tempel <soeren@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@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




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-18 15:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-19 21:35 [bug#68594] [PATCH] gnu: bemenu: Install man pages soeren
2024-01-28 10:23 ` Timotej Lazar
2024-01-28 15:15 ` [bug#68594] [PATCH v2] " soeren
2024-02-18 15:10   ` bug#68594: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.