gnu: gthumb: Fix build.
* gnu/packages/gnome.scm (gthumb)[native-inputs]: Add python.
This commit is contained in:
parent
878578c0fa
commit
cceb5344ae
1 changed files with 2 additions and 1 deletions
|
|
@ -11132,7 +11132,8 @@ functionality.")
|
||||||
("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
|
("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("itstool" ,itstool)
|
("itstool" ,itstool)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)
|
||||||
|
("python" ,python)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("clutter" ,clutter)
|
`(("clutter" ,clutter)
|
||||||
("clutter-gst" ,clutter-gst)
|
("clutter-gst" ,clutter-gst)
|
||||||
|
|
|
||||||
Reference in a new issue