* [bug#62330] [PATCH core-updates] gnu: git: Fix missing native-inputs after commit a973e1484d.
@ 2023-03-21 12:59 Kaelyn Takata via Guix-patches via
2023-03-21 14:33 ` bug#62330: " Andreas Enge
0 siblings, 1 reply; 2+ messages in thread
From: Kaelyn Takata via Guix-patches via @ 2023-03-21 12:59 UTC (permalink / raw)
To: 62330; +Cc: andreas, Kaelyn Takata
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#62330: [PATCH core-updates] gnu: git: Fix missing native-inputs after commit a973e1484d.
2023-03-21 12:59 [bug#62330] [PATCH core-updates] gnu: git: Fix missing native-inputs after commit a973e1484d Kaelyn Takata via Guix-patches via
@ 2023-03-21 14:33 ` Andreas Enge
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2023-03-21 14:33 UTC (permalink / raw)
To: Kaelyn Takata; +Cc: 62330-done
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-21 14:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-21 12:59 [bug#62330] [PATCH core-updates] gnu: git: Fix missing native-inputs after commit a973e1484d Kaelyn Takata via Guix-patches via
2023-03-21 14:33 ` bug#62330: " Andreas Enge
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.