mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: gnome-boxes: Add python to native inputs.
* gnu/packages/gnome.scm (gnome-boxes)[native-inputs]: Use new style and add python. [inputs]: Use new style.
This commit is contained in:
parent
1995920f68
commit
2784ba2fe8
1 changed files with 29 additions and 28 deletions
|
@ -11662,35 +11662,36 @@ integrate seamlessly with the GNOME desktop.")
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/lib/gnome-boxes"))))
|
"/lib/gnome-boxes"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ;for glib-compile-resources
|
(list `(,glib "bin") ;for glib-compile-resources
|
||||||
("gtk+:bin" ,gtk+ "bin") ;for gtk-update-icon-cache
|
`(,gtk+ "bin") ;for gtk-update-icon-cache
|
||||||
("desktop-file-utils" ,desktop-file-utils) ;for update-desktop-database
|
desktop-file-utils ;for update-desktop-database
|
||||||
("itstool" ,itstool)
|
itstool
|
||||||
("intltool" ,intltool)
|
intltool
|
||||||
("vala" ,vala)
|
vala
|
||||||
("pkg-config" ,pkg-config)))
|
pkg-config
|
||||||
|
python))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libarchive" ,libarchive)
|
(list libarchive
|
||||||
("glib-networking" ,glib-networking) ;for TLS support
|
glib-networking ;for TLS support
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
gsettings-desktop-schemas
|
||||||
("gtk" ,gtk+)
|
gtk+
|
||||||
("gtk-vnc" ,gtk-vnc)
|
gtk-vnc
|
||||||
("gtksourceview" ,gtksourceview)
|
gtksourceview
|
||||||
("json-glib" ,json-glib)
|
json-glib
|
||||||
("libhandy" ,libhandy)
|
libhandy
|
||||||
("libosinfo" ,libosinfo)
|
libosinfo
|
||||||
("libsecret" ,libsecret)
|
libsecret
|
||||||
("libsoup" ,libsoup-minimal-2)
|
libsoup-minimal-2
|
||||||
("libusb" ,libusb)
|
libusb
|
||||||
("libvirt" ,libvirt)
|
libvirt
|
||||||
("libvirt-glib" ,libvirt-glib)
|
libvirt-glib
|
||||||
("libxml" ,libxml2)
|
libxml2
|
||||||
("spice-gtk" ,spice-gtk)
|
spice-gtk
|
||||||
("sparql-query" ,sparql-query)
|
sparql-query
|
||||||
("vte" ,vte)
|
vte
|
||||||
("webkitgtk" ,webkitgtk-with-libsoup2) ;for webkit2gtk-4.0
|
webkitgtk-with-libsoup2 ;for webkit2gtk-4.0
|
||||||
("tracker" ,tracker)
|
tracker
|
||||||
("libgudev" ,libgudev)))
|
libgudev))
|
||||||
(home-page "https://wiki.gnome.org/Apps/Boxes")
|
(home-page "https://wiki.gnome.org/Apps/Boxes")
|
||||||
(synopsis "View, access, and manage remote and virtual systems")
|
(synopsis "View, access, and manage remote and virtual systems")
|
||||||
(description "GNOME Boxes is a simple application to view, access, and
|
(description "GNOME Boxes is a simple application to view, access, and
|
||||||
|
|
Loading…
Add table
Reference in a new issue