gnu: doxygen: Build with Python 3.
* gnu/packages/documentation.scm (doxygen)[native-inputs]: Change PYTHON-2 to PYTHON.
This commit is contained in:
parent
ff6850490f
commit
f826ac4704
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue