unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61257] [PATCH core-updates] gnu: git: Fix missing native-inputs after commit 4cf1acc7f3.
@ 2023-02-03 18:11 Kaelyn Takata via Guix-patches via
  2023-02-09  8:44 ` bug#61257: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Kaelyn Takata via Guix-patches via @ 2023-02-03 18:11 UTC (permalink / raw)
  To: 61257; +Cc: Kaelyn Takata, efraim

* 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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61257: [PATCH core-updates] gnu: git: Fix missing native-inputs after commit 4cf1acc7f3.
  2023-02-03 18:11 [bug#61257] [PATCH core-updates] gnu: git: Fix missing native-inputs after commit 4cf1acc7f3 Kaelyn Takata via Guix-patches via
@ 2023-02-09  8:44 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2023-02-09  8:44 UTC (permalink / raw)
  To: Kaelyn Takata; +Cc: 61257-done

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-09  8:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-03 18:11 [bug#61257] [PATCH core-updates] gnu: git: Fix missing native-inputs after commit 4cf1acc7f3 Kaelyn Takata via Guix-patches via
2023-02-09  8:44 ` bug#61257: " Efraim Flashner

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).