gnu: gnome-screenshot: Add python to native inputs.
* gnu/packages/gnome.scm (gnome-screenshot)[native-inputs]: Add python.master
parent
ff9c684ddf
commit
32d38a7142
gnu/packages
|
@ -9239,14 +9239,14 @@ can add your own files to the collection.")
|
||||||
;; Don't create 'icon-theme.cache'.
|
;; Don't create 'icon-theme.cache'.
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "build-aux/postinstall.py"
|
(substitute* "build-aux/postinstall.py"
|
||||||
(("gtk-update-icon-cache") "true"))
|
(("gtk-update-icon-cache") "true")))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
|
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
|
||||||
("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
|
("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("appstream-glib" ,appstream-glib)
|
("appstream-glib" ,appstream-glib)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)
|
||||||
|
("python" ,python)))
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+ libcanberra libhandy libx11 libxext))
|
(list gtk+ libcanberra libhandy libx11 libxext))
|
||||||
(home-page "https://gitlab.gnome.org/GNOME/gnome-screenshot")
|
(home-page "https://gitlab.gnome.org/GNOME/gnome-screenshot")
|
||||||
|
|
Reference in New Issue