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

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

bug#61257: closed ([PATCH core-updates] gnu: git: Fix missing native-inp


From: GNU bug Tracking System
Subject: bug#61257: closed ([PATCH core-updates] gnu: git: Fix missing native-inputs after commit 4cf1acc7f3.)
Date: Thu, 09 Feb 2023 08:45:02 +0000

Your message dated Thu, 9 Feb 2023 10:44:49 +0200
with message-id <Y+Syge0tt1nsSzRO@3900XT>
and subject line Re: [PATCH core-updates] gnu: git: Fix missing native-inputs 
after commit 4cf1acc7f3.
has caused the debbugs.gnu.org bug report #61257,
regarding [PATCH core-updates] gnu: git: Fix missing native-inputs after commit 
4cf1acc7f3.
to be marked as done.

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


-- 
61257: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61257
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH core-updates] gnu: git: Fix missing native-inputs after commit 4cf1acc7f3. Date: Fri, 03 Feb 2023 18:11:31 +0000
* 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





--- End Message ---
--- Begin Message --- Subject: Re: [PATCH core-updates] gnu: git: Fix missing native-inputs after commit 4cf1acc7f3. Date: Thu, 9 Feb 2023 10:44:49 +0200
Thanks. Hopefully there aren't other merge mistakes!

Patch pushed.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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