gnu: gnome-calendar: Propagate evolution-data-server.
authorRaghav Gururajan <raghavgururajan@disroot.org>
Fri, 10 Jan 2020 13:49:02 +0000 (08:49 -0500)
committerRicardo Wurmus <rekado@elephly.net>
Wed, 29 Apr 2020 11:29:16 +0000 (13:29 +0200)
* gnu/packages/gnome.scm (gnome-calendar)[inputs]: Move evolution-data-server
from here...
[propagated-inputs]: ...to here.

Fixes <https://bugs.gnu.org/40686>.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
gnu/packages/gnome.scm

index d96a5f4..e6b1942 100644 (file)
@@ -8094,13 +8094,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