gnu: gthumb: Fix build.

* gnu/packages/gnome.scm (gthumb)[native-inputs]: Add python.
This commit is contained in:
Mathieu Othacehe 2022-03-10 10:46:27 +01:00
parent 878578c0fa
commit cceb5344ae
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 1 deletions

View File

@ -11132,7 +11132,8 @@ functionality.")
("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("intltool" ,intltool)
("itstool" ,itstool)
("pkg-config" ,pkg-config)))
("pkg-config" ,pkg-config)
("python" ,python)))
(inputs
`(("clutter" ,clutter)
("clutter-gst" ,clutter-gst)