Archived
1
0
Fork 0

gnu: sugar: Add missing inputs.

* gnu/packages/sugar.scm (sugar)[propagated-inputs]: Add
gsettings-desktop-schemas, telepathy-mission-control, and upower.
This commit is contained in:
Ricardo Wurmus 2023-02-27 16:12:18 +01:00
parent 37049110a3
commit 20aae9ad31
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -129,19 +129,27 @@
python python
sugar-toolkit-gtk3 sugar-toolkit-gtk3
tzdata)) tzdata))
;; Some packages are propagated so that they can be used with gobject
;; introspection at runtime; others are propagated for their dbus
;; services.
(propagated-inputs (propagated-inputs
(list gstreamer (list gsettings-desktop-schemas
gstreamer
gtk+ gtk+
gtksourceview-3 gtksourceview-3
libsoup-minimal-2 libsoup-minimal-2
libwnck libwnck
libxklavier libxklavier
network-manager network-manager
python-gwebsockets
sugar-artwork ;for cursor theme sugar-artwork ;for cursor theme
sugar-datastore ;for org.laptop.sugar.DataStore sugar-datastore ;for org.laptop.sugar.DataStore
telepathy-glib telepathy-glib
webkitgtk-with-libsoup2 ;; This is for org.freedesktop.Telepathy.AccountManager at runtime
python-gwebsockets)) telepathy-mission-control
;; This is for the UPowerGlib namespace
upower
webkitgtk-with-libsoup2))
(native-inputs (native-inputs
(list autoconf automake (list autoconf automake
gettext-minimal gettext-minimal