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 ccb62d8feb.
Date: Tue, 21 Mar 2023 10:31:43 -0400

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

andreas 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 0e2e1ffc95 gnu: git: Fix missing native-inputs after commit ccb62d8feb.
0e2e1ffc95 is described below

commit 0e2e1ffc95cbeff20fbafd6c18000e94d0924f1b
Author: Kaelyn Takata <kaelyn.alexi@protonmail.com>
AuthorDate: Tue Mar 21 12:59:08 2023 +0000

    gnu: git: Fix missing native-inputs after commit ccb62d8feb.
    
    * gnu/packages/version-control.scm (git)[native-inputs]: Restore
    native-inputs to what they were prior to the merge commit ccb62d8feb.
    
    Signed-off-by: Andreas Enge <andreas@enge.fr>
---
 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 @@ Python 3.3 and later, rather than on Python 2.")
             "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)



reply via email to

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