diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-23 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-23 01:00:00 +0100 |
commit | dc42ad4fedb90e97f6ac77c5c0b94d19dd69934c (patch) | |
tree | 6dc670631ebdca47f37225e37439a77fb4a4b67a | |
parent | f7236fa1b2e92288633b4261997b55914e25648b (diff) | |
download | guix-dc42ad4fedb90e97f6ac77c5c0b94d19dd69934c.tar.gz guix-dc42ad4fedb90e97f6ac77c5c0b94d19dd69934c.zip |
Revert "gnu: xkeyboard-config: Build man page."
This reverts commit f7236fa1b2e92288633b4261997b55914e25648b.
-rw-r--r-- | gnu/packages/xorg.scm | 5 |
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 |