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>
This commit is contained in:
parent
e979cea905
commit
27cb52a20b
1 changed files with 3 additions and 2 deletions
|
@ -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
|
("gtk+-bin" ,gtk+ "bin") ; For gtk-update-icon-cache
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(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)
|
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||||
("libdazzle" ,libdazzle)
|
("libdazzle" ,libdazzle)
|
||||||
("libedataserverui" ,evolution-data-server)
|
("libedataserverui" ,evolution-data-server)
|
||||||
("libgweather" ,libgweather)
|
("libgweather" ,libgweather)
|
||||||
("geoclue" ,geoclue)))
|
("geoclue" ,geoclue)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("evolution-data-server" ,evolution-data-server)))
|
||||||
(home-page "https://wiki.gnome.org/Apps/Calendar")
|
(home-page "https://wiki.gnome.org/Apps/Calendar")
|
||||||
(synopsis "GNOME's calendar application")
|
(synopsis "GNOME's calendar application")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue