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>master
parent
b45bbe561a
commit
f7236fa1b2
|
@ -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
|
||||
|
|
Reference in New Issue