diff mbox series

[bug#39069] gnu: gnome-calendar: Propagate evolution-data-server.

Message ID 17761e051254b011b4d16b4cd42211c92018976d.camel@disroot.org
State Accepted
Headers show
Series [bug#39069] gnu: gnome-calendar: Propagate evolution-data-server. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Raghav Gururajan Jan. 10, 2020, 1:54 p.m. UTC
Hello Guix!

Please find the attached patch to fix gnome-calendar.

Regards,
RG.

Comments

Ricardo Wurmus April 29, 2020, 11:32 a.m. UTC | #1
Thank you for the fix.
I’ve changed the commit message and applied your patch.
diff mbox series

Patch

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(-)

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