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: 61257@debbugs.gnu.org
Cc: Kaelyn Takata <kaelyn.alexi@protonmail.com>, efraim@flashner.co.il
Subject: [bug#61257] [PATCH core-updates] gnu: git: Fix missing native-inputs after commit 4cf1acc7f3.
Date: Fri, 03 Feb 2023 18:11:31 +0000	[thread overview]
Message-ID: <7d03968168770b0dc5c3be8bcb0c3134bbac6a9a.1675447878.git.kaelyn.alexi@protonmail.com> (raw)

* gnu/packages/version-control.scm (git): Restore native-inputs to what they
were prior to the merge commit 4cf1acc7f3.
---
 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 98b80b6073..3ce886d3f3 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -254,9 +254,12 @@ (define-public git
              "0xf7ki90xw77nvmnkw50xaivyfi8jddfq0h8crzi7m9zjs7aa8mm"))))
        ;; 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: 70b7d19ecf35ec27b169ea1ccc772d4a9ff7df93
--
2.39.1






             reply	other threads:[~2023-02-03 18:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-03 18:11 Kaelyn Takata via Guix-patches via [this message]
2023-02-09  8:44 ` bug#61257: [PATCH core-updates] gnu: git: Fix missing native-inputs after commit 4cf1acc7f3 Efraim Flashner

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=7d03968168770b0dc5c3be8bcb0c3134bbac6a9a.1675447878.git.kaelyn.alexi@protonmail.com \
    --to=guix-patches@gnu.org \
    --cc=61257@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --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).