1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 14:55:55 +02:00

gnu: doxygen: Build with Python 3.

* gnu/packages/documentation.scm (doxygen)[native-inputs]: Change PYTHON-2 to PYTHON.
This commit is contained in:
Marius Bakke
2019-07-07 20:07:22 +02:00
parent ff6850490f
commit f826ac4704
+2 -2
View File
@@ -140,8 +140,8 @@ markup) can be customized and extended by the user.")
(native-inputs
`(("bison" ,bison)
("flex" ,flex)
("libxml2" ,libxml2) ; provides xmllint for the tests
("python" ,python-2))) ; for creating the documentation
("libxml2" ,libxml2) ;provides xmllint for the tests
("python" ,python))) ;for creating the documentation
(inputs
`(("bash" ,bash-minimal)))
(arguments