From f7236fa1b2e92288633b4261997b55914e25648b Mon Sep 17 00:00:00 2001 From: SeerLite via Guix-patches via Date: Sun, 23 Jan 2022 22:46:37 -0300 Subject: 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 --- gnu/packages/xorg.scm | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3