guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: xkeyboard-config: Build man page.


From: guix-commits
Subject: branch core-updates updated: gnu: xkeyboard-config: Build man page.
Date: Sun, 23 Jan 2022 21:21:54 -0500

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

nckx pushed a commit to branch core-updates
in repository guix.

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

commit e25ff31663f82132e708e790e4f83edce717e53a
Author: SeerLite <seerlite@nixnet.email>
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 9a854bcbf8..92d8be22e7 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3993,10 +3993,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]