diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-02-17 23:50:42 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-03-05 14:23:42 +0900 |
| commit | b5a482588a214820f8f04e0473645807553d5443 (patch) | |
| tree | bd99b108006716529b8af08edf47b79bf4854d01 | |
| parent | 9dd598a90c63fa05a1e81f094f8031aa2ad24588 (diff) | |
gnu: gnome-boxes: Streamline inputs.
* gnu/packages/gnome.scm (gnome-boxes) [native-inputs]: Repace python with
python-minimal.
[inputs]: Remove gtk-vnc and vte/gtk+-3.
Change-Id: I1e3bcc846af627652d4d768b32ee384de83249e2
| -rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6413deb18b8..9d72960547a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12923,13 +12923,12 @@ integrate seamlessly with the GNOME desktop.") `(,glib "bin") ;for glib-compile-resources itstool pkg-config - python + python-minimal vala)) (inputs (list glib-networking ;for TLS support gsettings-desktop-schemas gtk - gtk-vnc gtksourceview-4 json-glib libarchive @@ -12946,7 +12945,6 @@ integrate seamlessly with the GNOME desktop.") qemu-minimal ;for qemu-img sparql-query tracker - vte/gtk+-3 webkitgtk-for-gtk3)) (propagated-inputs ;; Propagating spice-gtk is necessary so that the gnome-desktop-service |
