summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-01-23 01:00:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-01-23 01:00:00 +0100
commitdc42ad4fedb90e97f6ac77c5c0b94d19dd69934c (patch)
tree6dc670631ebdca47f37225e37439a77fb4a4b67a /gnu
parentf7236fa1b2e92288633b4261997b55914e25648b (diff)
downloadguix-dc42ad4fedb90e97f6ac77c5c0b94d19dd69934c.tar.gz
Revert "gnu: xkeyboard-config: Build man page."
This reverts commit f7236fa1b2e92288633b4261997b55914e25648b.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xorg.scm5
1 files changed, 4 insertions, 1 deletions
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