guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/13: gnu: bemenu: Install man pages


From: guix-commits
Subject: 13/13: gnu: bemenu: Install man pages
Date: Sun, 18 Feb 2024 10:19:18 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit fdbf4192f5eaa7fdb5e6e2e98ada0726c8104824
Author: Sören Tempel <soeren@soeren-tempel.net>
AuthorDate: Sun Jan 28 16:15:45 2024 +0100

    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>
---
 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]