unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Kaelyn Takata via Guix-patches via <guix-patches@gnu.org>
To: 62330@debbugs.gnu.org
Cc: andreas@enge.fr, Kaelyn Takata <kaelyn.alexi@protonmail.com>
Subject: [bug#62330] [PATCH core-updates] gnu: git: Fix missing native-inputs after commit a973e1484d.
Date: Tue, 21 Mar 2023 12:59:08 +0000	[thread overview]
Message-ID: <0066b78f7af1ccde8f5b92d0eeb59ce4302cf6bc.1679403531.git.kaelyn.alexi@protonmail.com> (raw)

* gnu/packages/version-control.scm (git)[native-inputs]: Restore
native-inputs to what they were prior to the merge commit a973e1484d.
---
 gnu/packages/version-control.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index dd5692527d..c9fb66c8c9 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -255,9 +255,12 @@ (define-public git
             "09cva868qb4705s884dzvbwkm78jlw4q8m6xj7nd7cwxy2i2ff8b"))))
       ;; For subtree documentation.
       ("asciidoc" ,asciidoc)
+      ("docbook2x" ,docbook2x)
       ("docbook-xsl" ,docbook-xsl)
-      ("xmlto" ,xmlto)
-      ("pkg-config" ,pkg-config)))
+      ("libxslt" ,libxslt)
+      ("pkg-config" ,pkg-config)
+      ("texinfo" ,texinfo)
+      ("xmlto" ,xmlto)))
    (inputs
     `(("curl" ,curl)
       ("expat" ,expat)

base-commit: a973e1484d46e4b144c0f7852ad4d19c7a877664
--
2.39.1






             reply	other threads:[~2023-03-21 13:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-21 12:59 Kaelyn Takata via Guix-patches via [this message]
2023-03-21 14:33 ` bug#62330: [PATCH core-updates] gnu: git: Fix missing native-inputs after commit a973e1484d Andreas Enge

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=0066b78f7af1ccde8f5b92d0eeb59ce4302cf6bc.1679403531.git.kaelyn.alexi@protonmail.com \
    --to=guix-patches@gnu.org \
    --cc=62330@debbugs.gnu.org \
    --cc=andreas@enge.fr \
    --cc=kaelyn.alexi@protonmail.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 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).