[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53488] [PATCH core-updates] gnu: xkeyboard-config: Add missing inpu
From: |
SeerLite |
Subject: |
[bug#53488] [PATCH core-updates] gnu: xkeyboard-config: Add missing input. |
Date: |
Sun, 23 Jan 2022 22:46:37 -0300 |
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
- [bug#53488] [PATCH core-updates] gnu: xkeyboard-config: Add missing input.,
SeerLite <=