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
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ markup) can be customized and extended by the user.")
`(("bison" ,bison)
("flex" ,flex)
("libxml2" ,libxml2) ;provides xmllint for the tests
("python" ,python-2))) ; for creating the documentation
("python" ,python))) ;for creating the documentation
(inputs
`(("bash" ,bash-minimal)))
(arguments