diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-07 20:07:22 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-07 20:07:22 +0200 |
commit | f826ac47040641ededa75a6702d0d263cab088f1 (patch) | |
tree | 3f078b070bc897a92b95332f8579d8ed8bdc9a1e /gnu/packages/documentation.scm | |
parent | ff6850490f5ebe2cd0bcb86d7c8a87650e7bb08b (diff) | |
download | gnu-guix-f826ac47040641ededa75a6702d0d263cab088f1.tar gnu-guix-f826ac47040641ededa75a6702d0d263cab088f1.tar.gz |
gnu: doxygen: Build with Python 3.
* gnu/packages/documentation.scm (doxygen)[native-inputs]: Change PYTHON-2 to PYTHON.
Diffstat (limited to 'gnu/packages/documentation.scm')
-rw-r--r-- | gnu/packages/documentation.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index 8e7ecda956..19c42b00eb 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm @@ -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 |