mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
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>
This commit is contained in:
parent
80194d9e47
commit
e25ff31663
1 changed files with 1 additions and 4 deletions
|
@ -3993,10 +3993,7 @@ (define-public xkeyboard-config
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue