[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

Debbugs page

SeerLite wrote 3 years ago
(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
Tobias Geerinckx-Rice wrote 3 years ago
(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
?
Your comment

This issue is archived.

To comment on this conversation send an email to 53488@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 53488
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help