diff options
author | SeerLite <seerlite@nixnet.email> | 2022-01-23 22:46:37 -0300 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-23 01:00:00 +0100 |
commit | e25ff31663f82132e708e790e4f83edce717e53a (patch) | |
tree | 22f8bc4f12bca4ebe54f4bbec84954ec08ddee1d /gnu | |
parent | 80194d9e47f9f50602a5a97ecd33fb9a95dfe03d (diff) | |
download | guix-e25ff31663f82132e708e790e4f83edce717e53a.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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xorg.scm | 5 |
1 files changed, 1 insertions, 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 |