guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: git: Remove Python 2 from the package closure.


From: guix-commits
Subject: 02/02: gnu: git: Remove Python 2 from the package closure.
Date: Tue, 3 Mar 2020 09:18:38 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7dffb5bacea543e983de16b6d746159602acd6d3
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Mar 3 15:17:45 2020 +0100

    gnu: git: Remove Python 2 from the package closure.
    
    * gnu/packages/version-control.scm (git)[native-inputs]: Replace asciidoc 
with
    asciidoc-py3.
---
 gnu/packages/version-control.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index d88d5b4..a8cb4cc 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -171,7 +171,7 @@ as well as the classic centralized workflow.")
            (base32
             "15pfm7j4wq8ryp9n9d81h8v0arl15yq9i6cigw45walnq5r6721h"))))
       ;; For subtree documentation.
-      ("asciidoc" ,asciidoc)
+      ("asciidoc" ,asciidoc-py3)
       ("docbook-xsl" ,docbook-xsl)
       ("xmlto" ,xmlto)))
    (inputs



reply via email to

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