all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "B. Wilson via Guix-patches" via <guix-patches@gnu.org>
To: 54868@debbugs.gnu.org
Subject: [bug#54868] gnu: xkeyboard-config: Build manpages.
Date: Tue, 12 Apr 2022 09:56:21 +0900	[thread overview]
Message-ID: <3TCSNF5FB3WRY.2G06RQDUFHVX7@"@WILSONB.COM> (raw)

[-- 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


             reply	other threads:[~2022-04-12  1:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-12  0:56 B. Wilson via Guix-patches via [this message]
2022-05-09  7:56 ` bug#54868: gnu: xkeyboard-config: Build manpages Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='3TCSNF5FB3WRY.2G06RQDUFHVX7@"@WILSONB.COM' \
    --to=guix-patches@gnu.org \
    --cc=54868@debbugs.gnu.org \
    --cc=elaexuotee@wilsonb.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.