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:
parent
37049110a3
commit
20aae9ad31
1 changed files with 11 additions and 3 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue