[PATCH core-updates] gnu: git: Fix missing native-inputs after commit a973e1484d.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Kaelyn Takata
Owner
unassigned
Submitted by
Kaelyn Takata
Severity
normal
K
K
Kaelyn Takata wrote on 21 Mar 2023 13:59
(address . guix-patches@gnu.org)
0066b78f7af1ccde8f5b92d0eeb59ce4302cf6bc.1679403531.git.kaelyn.alexi@protonmail.com
* 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(-)

Toggle diff (21 lines)
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
A
A
Andreas Enge wrote on 21 Mar 2023 15:33
(name . Kaelyn Takata)(address . kaelyn.alexi@protonmail.com)(address . 62330-done@debbugs.gnu.org)
ZBnAHEe6qRNkrNZO@jurong
Am Tue, Mar 21, 2023 at 12:59:08PM +0000 schrieb Kaelyn Takata:
Toggle quote (3 lines)
> * 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 62330@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 62330
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch