diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-02-27 23:15:51 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-02-27 23:19:27 +0100 |
commit | a31225badbd9422b8394d19c039a1851a3f93e04 (patch) | |
tree | 866ef246bc0312e3feb3464dbe9a2e3dcc3c738b /gnu | |
parent | dfcf1d5d6a56d0cabeec4836bab1f1f1f063a0e1 (diff) | |
download | guix-a31225badbd9422b8394d19c039a1851a3f93e04.tar.gz guix-a31225badbd9422b8394d19c039a1851a3f93e04.zip |
gnu: sugar-toolkit-gtk3: Propagate missing inputs.
* gnu/packages/sugar.scm (sugar-toolkit-gtk3)[propagated-inputs]: Add
telepathy-glib and webkitgtk-with-libsoup2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/sugar.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/sugar.scm b/gnu/packages/sugar.scm index de5b304497..4e0ef24960 100644 --- a/gnu/packages/sugar.scm +++ b/gnu/packages/sugar.scm @@ -329,7 +329,10 @@ and metadata, and the journal with querying and full text search.") python-dbus python-decorator python-pygobject - python-six)) + python-six + + telepathy-glib + webkitgtk-with-libsoup2)) (native-inputs (list autoconf automake gettext-minimal |