* [bug#53488] [PATCH core-updates] gnu: xkeyboard-config: Add missing input.
@ 2022-01-24 1:46 SeerLite via Guix-patches via
2022-01-24 2:19 ` bug#53488: " Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: SeerLite via Guix-patches via @ 2022-01-24 1:46 UTC (permalink / raw)
To: 53488; +Cc: SeerLite
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(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#53488: [PATCH core-updates] gnu: xkeyboard-config: Add missing input.
2022-01-24 1:46 [bug#53488] [PATCH core-updates] gnu: xkeyboard-config: Add missing input SeerLite via Guix-patches via
@ 2022-01-24 2:19 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2022-01-24 2:19 UTC (permalink / raw)
To: SeerLite; +Cc: 53488-done
[-- Attachment #1: Type: text/plain, Size: 108 bytes --]
Thanks!
I tweaked the commit message and pushed to master oops I mean
core-updates.
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-24 2:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-24 1:46 [bug#53488] [PATCH core-updates] gnu: xkeyboard-config: Add missing input SeerLite via Guix-patches via
2022-01-24 2:19 ` bug#53488: " Tobias Geerinckx-Rice via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.