unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54868] gnu: xkeyboard-config: Build manpages.
@ 2022-04-12  0:56 B. Wilson via Guix-patches via
  2022-05-09  7:56 ` bug#54868: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: B. Wilson via Guix-patches via @ 2022-04-12  0:56 UTC (permalink / raw)
  To: 54868

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

Hey Guix,

I noticed that xkeyboard-config(7) isn't supplied with the xkeyboard-config
packages. Upstream's build system will make these as long as xsltproc exists on
PATH, so this patch essentially just includes libxslt for that.

In addition, I also went ahead and updated to the new inputs style.

LMTWYT.

-B



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-xkeyboard-config-Build-manpages.patch --]
[-- Type: text/x-patch, Size: 1317 bytes --]

From 76c60782ae22c305da71f76202f889264449f7fe Mon Sep 17 00:00:00 2001
From: "B. Wilson" <elaexuotee@wilsonb.com>
Date: Tue, 12 Apr 2022 09:47:43 +0900
Subject: [PATCH] gnu: xkeyboard-config: Build manpages.
To: guix-patches@gnu.org

* gnu/packages/xorg.scm (xkeyboard-config): Include libxslt in native-inptus.
---
 gnu/packages/xorg.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 75a7bbd01c..0dcc1d5a09 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -33,6 +33,7 @@
 ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
 ;;; Copyright © 2021 qblade <qblade@protonmail.com>
 ;;; Copyright © 2021 Lu Hui <luhux76@gmail.com>
+;;; Copyright © 2022 B. Wilson <elaexuotee@wilsonb.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3994,10 +3995,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.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54868: gnu: xkeyboard-config: Build manpages.
  2022-04-12  0:56 [bug#54868] gnu: xkeyboard-config: Build manpages B. Wilson via Guix-patches via
@ 2022-05-09  7:56 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-05-09  7:56 UTC (permalink / raw)
  To: B. Wilson; +Cc: 54868-done


Hello,

Looks like this has already been pushed to core-updates:
e25ff31663f82132e708e790e4f83edce717e53a.

Thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-09  7:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-12  0:56 [bug#54868] gnu: xkeyboard-config: Build manpages B. Wilson via Guix-patches via
2022-05-09  7:56 ` bug#54868: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).