gnu: gnome-calendar: Propagate evolution-data-server.

  • Done
  • quality assurance status badge
Details
2 participants
  • Raghav Gururajan
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Raghav Gururajan
Severity
normal
R
R
Raghav Gururajan wrote on 10 Jan 2020 14:54
(address . guix-patches@gnu.org)
17761e051254b011b4d16b4cd42211c92018976d.camel@disroot.org
Hello Guix!

Please find the attached patch to fix gnome-calendar.

Regards,
RG.
From 01dcaf8bf5dea9193f18c6899860e2f14e802c59 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Fri, 10 Jan 2020 08:49:02 -0500
Subject: [PATCH] gnu: gnome-calendar: Propagate evolution-data-server.

* gnu/packages/gnome.scm (gnome-calendar): Propagate evolution-data-server.
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index eeec0626dd..26b5e77e0a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7525,13 +7525,14 @@ desktop. It supports world clock, stop watch, alarms, and count down timer.")
("gtk+-bin" ,gtk+ "bin") ; For gtk-update-icon-cache
("pkg-config" ,pkg-config)))
(inputs
- `(("evolution-data-server" ,evolution-data-server)
- ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
+ `(("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("libdazzle" ,libdazzle)
("libedataserverui" ,evolution-data-server)
("libgweather" ,libgweather)
("geoclue" ,geoclue)))
+ (propagated-inputs
+ `(("evolution-data-server" ,evolution-data-server)))
(home-page "https://wiki.gnome.org/Apps/Calendar")
(synopsis "GNOME's calendar application")
(description
--
2.24.1
-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEEamFiplxUWgy2NgJiorDiYAVcMdsFAl4YghwACgkQorDiYAVc
Mdu2Vgf+N3TbYE9fQRq9PCrMqkuhiWRnjDKq8q8J3VrxSV9Lk2RVV8RLN3+ajLtC
TjrSE1qRb42x2C5cBQwoX5j6TGr1DF4VerzI40EaHyCpB1rwZTbdvAb1LCxm3frJ
lHt4+4GXpAzX+lOgD5kZLBLEpnHSHpWHwBvsBHCJf5Z6r0SRoY6C4oOaKUBXkKdW
4rntA0B0K1YcCvS4K0ZiYhAtfbSKh5/VDKPdPaKIMp647H+Gicp35DcXs5+0j/fv
/zHvh28PDPghg31M7c1Vv3ZVTM+eEVaM7mMv0T0Voz7CVRRrXw9NSdQ9ezhHcB6g
Y1Ac0Hs4aUzaxc1eam1lltjpTKtozw==
=P86M
-----END PGP SIGNATURE-----


R
R
Ricardo Wurmus wrote on 29 Apr 2020 13:32
(name . Raghav Gururajan)(address . raghavgururajan@disroot.org)(address . 39069-done@debbugs.gnu.org)
87ees6jzmk.fsf@elephly.net
Thank you for the fix.
I’ve changed the commit message and applied your patch.

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 39069@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 39069
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch