guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: xkeyboard-config: Build man page.


From: guix-commits
Subject: branch master updated: gnu: xkeyboard-config: Build man page.
Date: Sun, 23 Jan 2022 21:18:10 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f7236fa1b2 gnu: xkeyboard-config: Build man page.
f7236fa1b2 is described below

commit f7236fa1b2e92288633b4261997b55914e25648b
Author: SeerLite via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sun Jan 23 22:46:37 2022 -0300

    gnu: xkeyboard-config: Build man page.
    
    * gnu/packages/xorg.scm (xkeyboard-config)[native-inputs]: Add libxslt and
    remove labels.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/xorg.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 14e35d19ae..1e5d451065 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3994,10 +3994,7 @@ extension to the X11 protocol.  It includes:
     (inputs
       (list libx11 xkbcomp-intermediate))
     (native-inputs
-      `(("gettext" ,gettext-minimal)
-        ("perl" ,perl)
-        ("pkg-config" ,pkg-config)
-        ("python" ,python)))
+      (list gettext-minimal libxslt perl pkg-config python))
     (home-page "https://www.x.org/wiki/";)
     (synopsis "Xorg XKB configuration files")
     (description



reply via email to

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