guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: branch master updated: Revert "gnu: xkeyboard-config: Build man page."
Date: Sun, 23 Jan 2022 21:20:26 -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 dc42ad4fed Revert "gnu: xkeyboard-config: Build man page."
dc42ad4fed is described below

commit dc42ad4fedb90e97f6ac77c5c0b94d19dd69934c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 23 01:00:00 2022 +0100

    Revert "gnu: xkeyboard-config: Build man page."
    
    This reverts commit f7236fa1b2e92288633b4261997b55914e25648b.
---
 gnu/packages/xorg.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 1e5d451065..14e35d19ae 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3994,7 +3994,10 @@ extension to the X11 protocol.  It includes:
     (inputs
       (list libx11 xkbcomp-intermediate))
     (native-inputs
-      (list gettext-minimal libxslt perl pkg-config python))
+      `(("gettext" ,gettext-minimal)
+        ("perl" ,perl)
+        ("pkg-config" ,pkg-config)
+        ("python" ,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]