guix-commits
[Top][All Lists]
Advanced

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

11/22: gnu: gnome-contacts: Fix launching of the application.


From: guix-commits
Subject: 11/22: gnu: gnome-contacts: Fix launching of the application.
Date: Sat, 29 Aug 2020 03:12:31 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 61ef874475fb03e6028e59cedea239803b7fcff8
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Aug 26 14:59:26 2020 -0400

    gnu: gnome-contacts: Fix launching of the application.
    
    * gnu/packages/gnome.scm (gnome-contacts) [inputs]: Move folks to ...
    [proagated-inputs]: ... here.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f04c2b4..dc6ab98 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2410,7 +2410,6 @@ commonly used macros.")
      `(("appstream-util" ,appstream-glib)
        ("cheese" ,cheese)
        ("evolution-data-server" ,evolution-data-server)
-       ("folks" ,folks)
        ("gee" ,libgee)
        ("glib" ,glib)
        ("gnome-desktop" ,gnome-desktop)
@@ -2418,6 +2417,8 @@ commonly used macros.")
        ("gtk+" ,gtk+)
        ("libhandy" ,libhandy)
        ("telepathy-glib" ,telepathy-glib)))
+    (propagated-inputs
+     `(("folks" ,folks)))
     (synopsis "Contact manager for GNOME")
     (description "GNOME-Contacts organizes your contact information from online
 and offline sources, providing a centralized place for managing your 
contacts.")



reply via email to

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