[PATCH core-updates] gnu: xkeyboard-config: Add missing input.

  • Done
  • quality assurance status badge
Details
2 participants
  • Tobias Geerinckx-Rice
  • SeerLite
Owner
unassigned
Submitted by
SeerLite
Severity
normal
S
S
SeerLite wrote on 24 Jan 2022 02:46
(address . guix-patches@gnu.org)(name . SeerLite)(address . seerlite@nixnet.email)
20220124014636.9976-1-seerlite@nixnet.email
libxslt is an optional input required to build xkeyboard-config's man pages.

* gnu/packages/xorg.scm (xkeyboard-config)[native-inputs]: Add libxslt and
remove labels.
---
gnu/packages/xorg.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

Toggle diff (18 lines)
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 @@ (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
--
2.34.0
T
T
Tobias Geerinckx-Rice wrote on 24 Jan 2022 03:19
(name . SeerLite)(address . seerlite@nixnet.email)(address . 53488-done@debbugs.gnu.org)
875yq9na71.fsf@nckx
Thanks!

I tweaked the commit message and pushed to master oops I mean
core-updates.

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYe4Now0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15leYBAI3mB9YTtsfjECTn2s+URxanJdTTSa2bGydnZ3nW
BfjlAQClri2x+BOnVaCPsoEEE6v0YieWY9J9kxDBEeRZIPUfAw==
=T+bS
-----END PGP SIGNATURE-----

Closed
?