diff mbox series

[bug#38834] gnu: evolution-data-server: Add gnome-online-accounts as input.

Message ID ae98f2414d0daf7b668a9ef4a6c1816dd5a7f24b.camel@disroot.org
State Accepted
Delegated to: Christopher Baines
Headers show
Series [bug#38834] gnu: evolution-data-server: Add gnome-online-accounts as input. | expand

Commit Message

Raghav Gururajan Dec. 31, 2019, 5:18 p.m. UTC
Hello Guix!

Please find the attached patch to add GOA as dependency for EDS.

Regards,
RG.

Comments

Christopher Baines Nov. 19, 2020, 9:56 p.m. UTC | #1
Raghav Gururajan <raghavgururajan@disroot.org> writes:

> Hello Guix!
>
> Please find the attached patch to add GOA as dependency for EDS.

Sorry it's taken so long to get around to this. Assuming this is still
relevant, what does this addition input mean for the
evolution-data-server package?

Thanks,

Chris
Leo Prikler Nov. 19, 2020, 11:11 p.m. UTC | #2
$ guix show evolution-data-server
[...]
dependencies: [...] gnome-online-accounts@3.36.0 [...]
[...]

I believe the input makes it so that evolution-data-server can handle
mail coming from one of the configured GNOME Online Accounts, e.g. you
can add Google and it will have your GMail, but there's also a feature
to set up IMAP/SMTP through GNOME Online accounts.

I use Evolution + GNOME Online accounts myself (on GNU Guix, of
course), it's how I've set up most of my mail accounts and it functions
decently well if I do say so.

Regards, Leo
diff mbox series

Patch

From 75a0edc8f553bd3bae7097c9ece55d4e2b21b508 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Tue, 31 Dec 2019 12:14:13 -0500
Subject: [PATCH] gnu: evolution-data-server: Add gnome-online-accounts as
 input.

* gnu/packages/gnome.scm (evolution-data-server). New input.
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 90ac8893e2..5658226b61 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5818,6 +5818,7 @@  Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
     (inputs
      `(("bdb" ,bdb)
        ("gcr" ,gcr)
+       ("gnome-online-accounts" ,gnome-online-accounts)
        ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
        ("json-glib" ,json-glib)
        ("libcanberra" ,libcanberra)
-- 
2.24.1