gnu: doxygen: Build with Python 3.
* gnu/packages/documentation.scm (doxygen)[native-inputs]: Change PYTHON-2 to PYTHON.master
parent
ff6850490f
commit
f826ac4704
|
@ -141,7 +141,7 @@ markup) can be customized and extended by the user.")
|
||||||
`(("bison" ,bison)
|
`(("bison" ,bison)
|
||||||
("flex" ,flex)
|
("flex" ,flex)
|
||||||
("libxml2" ,libxml2) ;provides xmllint for the tests
|
("libxml2" ,libxml2) ;provides xmllint for the tests
|
||||||
("python" ,python-2))) ; for creating the documentation
|
("python" ,python))) ;for creating the documentation
|
||||||
(inputs
|
(inputs
|
||||||
`(("bash" ,bash-minimal)))
|
`(("bash" ,bash-minimal)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue