summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeerLite via Guix-patches via <guix-patches@gnu.org>2022-01-23 22:46:37 -0300
committerTobias Geerinckx-Rice <me@tobias.gr>2022-01-23 01:00:00 +0100
commitf7236fa1b2e92288633b4261997b55914e25648b (patch)
tree58508dc1f604bdd33209dabc5594d3c2810cc8b9
parentb45bbe561a18fffa226f36d0e8cfb9b3fddbe9d0 (diff)
downloadguix-patches-f7236fa1b2e92288633b4261997b55914e25648b.tar
guix-patches-f7236fa1b2e92288633b4261997b55914e25648b.tar.gz
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>
-rw-r--r--gnu/packages/xorg.scm5
1 files changed, 1 insertions, 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