guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: caribou: Build with Python 3.


From: guix-commits
Subject: 08/11: gnu: caribou: Build with Python 3.
Date: Thu, 16 Jan 2020 13:22:13 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9f7f5ba2d26b4e64d808419ee2212a302ec81a59
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Jan 16 18:25:41 2020 +0100

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9cf3cbb..064ce86 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6376,7 +6376,7 @@ Evolution (hence the name), but is now used by other 
packages as well.")
        ("gobject-introspection" ,gobject-introspection)
        ("intltool" ,intltool)
        ("pkg-config" ,pkg-config)
-       ("python" ,python-2) ; incompatible with Python 3 (print syntax)
+       ("python" ,python)
        ("vala" ,vala)
        ("xsltproc" ,libxslt)))
     (propagated-inputs
@@ -6389,7 +6389,7 @@ Evolution (hence the name), but is now used by other 
packages as well.")
      `(("clutter" ,clutter)
        ("dconf" ,dconf)
        ("gtk+-2" ,gtk+-2)
-       ("python-pygobject" ,python2-pygobject)))
+       ("python-pygobject" ,python-pygobject)))
     (synopsis "Text entry and UI navigation application")
     (home-page "https://wiki.gnome.org/Projects/Caribou";)
     (description



reply via email to

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