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

* gnu/packages/version-control.scm (git)[native-inputs]: Replace asciidoc with
asciidoc-py3.
This commit is contained in:
Ricardo Wurmus 2020-03-03 15:17:45 +01:00
parent 7138257892
commit 7dffb5bace
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -171,7 +171,7 @@ (define-public git
(base32
"15pfm7j4wq8ryp9n9d81h8v0arl15yq9i6cigw45walnq5r6721h"))))
;; For subtree documentation.
("asciidoc" ,asciidoc)
("asciidoc" ,asciidoc-py3)
("docbook-xsl" ,docbook-xsl)
("xmlto" ,xmlto)))
(inputs