guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/22: gnu: doxygen: Build with Python 3.


From: guix-commits
Subject: 17/22: gnu: doxygen: Build with Python 3.
Date: Sun, 7 Jul 2019 19:04:44 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit f826ac47040641ededa75a6702d0d263cab088f1
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 7 20:07:22 2019 +0200

    gnu: doxygen: Build with Python 3.
    
    * gnu/packages/documentation.scm (doxygen)[native-inputs]: Change PYTHON-2 
to PYTHON.
---
 gnu/packages/documentation.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index 8e7ecda..19c42b0 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]