emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53488: closed ([PATCH core-updates] gnu: xkeyboard-config: Add missi


From: GNU bug Tracking System
Subject: bug#53488: closed ([PATCH core-updates] gnu: xkeyboard-config: Add missing input.)
Date: Mon, 24 Jan 2022 02:23:02 +0000

Your message dated Mon, 24 Jan 2022 03:19:25 +0100
with message-id <875yq9na71.fsf@nckx>
and subject line Re: [bug#53488] [PATCH core-updates] gnu: xkeyboard-config: 
Add missing input.
has caused the debbugs.gnu.org bug report #53488,
regarding [PATCH core-updates] gnu: xkeyboard-config: Add missing input.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53488: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53488
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#53488] [PATCH core-updates] gnu: xkeyboard-config: Add missing input. Date: Mon, 24 Jan 2022 03:19:25 +0100
Thanks!

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

Kind regards,

T G-R

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]