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 |
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
$ 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
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