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

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

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


From: GNU bug Tracking System
Subject: bug#62330: closed ([PATCH core-updates] gnu: git: Fix missing native-inputs after commit a973e1484d.)
Date: Tue, 21 Mar 2023 14:34:02 +0000

Your message dated Tue, 21 Mar 2023 15:33:00 +0100
with message-id <ZBnAHEe6qRNkrNZO@jurong>
and subject line Re: [PATCH core-updates] gnu: git: Fix missing native-inputs 
after commit a973e1484d.
has caused the debbugs.gnu.org bug report #62330,
regarding [PATCH core-updates] gnu: git: Fix missing native-inputs after commit 
a973e1484d.
to be marked as done.

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


-- 
62330: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62330
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 a973e1484d. Date: Tue, 21 Mar 2023 12:59:08 +0000
* 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





--- End Message ---
--- Begin Message --- Subject: Re: [PATCH core-updates] gnu: git: Fix missing native-inputs after commit a973e1484d. Date: Tue, 21 Mar 2023 15:33:00 +0100
Am Tue, Mar 21, 2023 at 12:59:08PM +0000 schrieb Kaelyn Takata:
> * gnu/packages/version-control.scm (git)[native-inputs]: Restore
> native-inputs to what they were prior to the merge commit a973e1484d.

This is becoming a habit! Pushed, thanks!

Andreas



--- End Message ---

reply via email to

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