unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39069] gnu: gnome-calendar: Propagate evolution-data-server.
@ 2020-01-10 13:54 Raghav Gururajan
  2020-04-29 11:32 ` bug#39069: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Raghav Gururajan @ 2020-01-10 13:54 UTC (permalink / raw)
  To: 39069


[-- Attachment #1.1: Type: text/plain, Size: 87 bytes --]

Hello Guix!

Please find the attached patch to fix gnome-calendar.

Regards,
RG.

[-- Attachment #1.2: gnome-calendar.patch --]
[-- Type: text/x-patch, Size: 1400 bytes --]

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


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#39069: gnu: gnome-calendar: Propagate evolution-data-server.
  2020-01-10 13:54 [bug#39069] gnu: gnome-calendar: Propagate evolution-data-server Raghav Gururajan
@ 2020-04-29 11:32 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2020-04-29 11:32 UTC (permalink / raw)
  To: Raghav Gururajan; +Cc: 39069-done


Thank you for the fix.
I’ve changed the commit message and applied your patch.

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-29 11:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-10 13:54 [bug#39069] gnu: gnome-calendar: Propagate evolution-data-server Raghav Gururajan
2020-04-29 11:32 ` bug#39069: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).