guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: endeavour: Propagate evolution-data-server.


From: guix-commits
Subject: branch master updated: gnu: endeavour: Propagate evolution-data-server.
Date: Mon, 10 Oct 2022 00:32:03 -0400

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4451d08828 gnu: endeavour: Propagate evolution-data-server.
4451d08828 is described below

commit 4451d08828994f6f9d711188edbe9c4c8256e022
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 10 00:25:51 2022 -0400

    gnu: endeavour: Propagate evolution-data-server.
    
    Fixes <https://issues.guix.gnu.org/36869>.
    
    * gnu/packages/gnome.scm (endeavour) [inputs]: Move evolution-data-server...
    [propagated-inputs]: ... here.
    
    Reported-by: Jesse Gibbons <jgibbons2357+guix@gmail.com>
---
 gnu/packages/gnome.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6f44bd6a39..18001ccff2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10427,9 +10427,12 @@ desktop.  It supports multiple calendars, month, week 
and year view.")
            libpeas
            libportal
            python-pygobject
-           evolution-data-server
            gnome-online-accounts
            gsettings-desktop-schemas))
+    (propagated-inputs
+     ;; This is so that the Guix System D-Bus service can find the Evolution
+     ;; Data Server schemas.
+     (list evolution-data-server))
     (home-page "https://wiki.gnome.org/Apps/Todo";)
     (synopsis "GNOME's ToDo Application")
     (description "GNOME To Do is a simplistic personal task manager designed



reply via email to

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