guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: git: Fix missing native-inputs after c


From: guix-commits
Subject: branch core-updates updated: gnu: git: Fix missing native-inputs after commit 4cf1acc7f3.
Date: Thu, 09 Feb 2023 03:43:47 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 7f237f3e6c gnu: git: Fix missing native-inputs after commit 4cf1acc7f3.
7f237f3e6c is described below

commit 7f237f3e6ca65dec420a6de449619c09d1806dc6
Author: Kaelyn Takata <kaelyn.alexi@protonmail.com>
AuthorDate: Fri Feb 3 18:11:31 2023 +0000

    gnu: git: Fix missing native-inputs after commit 4cf1acc7f3.
    
    * gnu/packages/version-control.scm (git)[native-inputs]: Restore
    native-inputs to what they were prior to the merge commit 4cf1acc7f3.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 @@ Python 3.3 and later, rather than on Python 2.")
              "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)



reply via email to

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