guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: sugar-toolkit-gtk3: Propagate missing inputs


From: guix-commits
Subject: branch master updated: gnu: sugar-toolkit-gtk3: Propagate missing inputs.
Date: Mon, 27 Feb 2023 17:19:46 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a31225badb gnu: sugar-toolkit-gtk3: Propagate missing inputs.
a31225badb is described below

commit a31225badbd9422b8394d19c039a1851a3f93e04
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Feb 27 23:15:51 2023 +0100

    gnu: sugar-toolkit-gtk3: Propagate missing inputs.
    
    * gnu/packages/sugar.scm (sugar-toolkit-gtk3)[propagated-inputs]: Add
    telepathy-glib and webkitgtk-with-libsoup2.
---
 gnu/packages/sugar.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]