mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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.
This commit is contained in:
parent
f2d56e3993
commit
9f7f5ba2d2
1 changed files with 2 additions and 2 deletions
|
@ -6376,7 +6376,7 @@ (define-public caribou
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python-2) ; incompatible with Python 3 (print syntax)
|
("python" ,python)
|
||||||
("vala" ,vala)
|
("vala" ,vala)
|
||||||
("xsltproc" ,libxslt)))
|
("xsltproc" ,libxslt)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -6389,7 +6389,7 @@ (define-public caribou
|
||||||
`(("clutter" ,clutter)
|
`(("clutter" ,clutter)
|
||||||
("dconf" ,dconf)
|
("dconf" ,dconf)
|
||||||
("gtk+-2" ,gtk+-2)
|
("gtk+-2" ,gtk+-2)
|
||||||
("python-pygobject" ,python2-pygobject)))
|
("python-pygobject" ,python-pygobject)))
|
||||||
(synopsis "Text entry and UI navigation application")
|
(synopsis "Text entry and UI navigation application")
|
||||||
(home-page "https://wiki.gnome.org/Projects/Caribou")
|
(home-page "https://wiki.gnome.org/Projects/Caribou")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue