diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-01-10 08:49:02 -0500 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-04-29 13:29:16 +0200 |
commit | 27cb52a20b9c697131e3d51e7bf084d6af5b5a62 (patch) | |
tree | 2bc91aca9b59b1216ad708239a1c8152fbec05da /gnu/packages/gnome.scm | |
parent | e979cea9052d45f2a3e703ebe4103f441190d087 (diff) | |
download | patches-27cb52a20b9c697131e3d51e7bf084d6af5b5a62.tar patches-27cb52a20b9c697131e3d51e7bf084d6af5b5a62.tar.gz |
gnu: gnome-calendar: Propagate evolution-data-server.
* 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>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d96a5f4643..e6b1942450 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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 |