summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-07-07 17:00:45 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-07-07 18:38:18 +0200
commitd7b63ba92d55549006f6aa7f78adc4c37d98fc41 (patch)
tree650d94fef1c1c5aed7a8216a5ae434b8ae78b7e6 /gnu/packages/gnome.scm
parent53ffc043af88920063c161d0a4c3c9617df4a502 (diff)
downloadpatches-d7b63ba92d55549006f6aa7f78adc4c37d98fc41.tar
patches-d7b63ba92d55549006f6aa7f78adc4c37d98fc41.tar.gz
gnu: itstool: Update to 2.0.6.
* gnu/packages/glib.scm (itstool): Update to 2.0.6. [inputs]: Change PYTHON2-LIBXML and PYTHON-2 to PYTHON-LIBXML and PYTHON. * gnu/packages/gnome.scm (totem)[inputs]: Change PYTHON-2 to PYTHON.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ecf39334e5..8d4143e1da 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3871,9 +3871,7 @@ for application developers.")
("gst-plugins-good" ,gst-plugins-good)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("adwaita-icon-theme" ,adwaita-icon-theme)
- ;; XXX We use python-2 because libxml2 because itstool (which needs
- ;; libxml) currently uses python-2.
- ("python" ,python-2)
+ ("python" ,python)
("python-pygobject" ,python2-pygobject)
;; XXX TODO pylint needed for python support
("totem-pl-parser" ,totem-pl-parser)