mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: endeavour: Propagate evolution-data-server.
Fixes <https://issues.guix.gnu.org/36869>. * gnu/packages/gnome.scm (endeavour) [inputs]: Move evolution-data-server... [propagated-inputs]: ... here. Reported-by: Jesse Gibbons <jgibbons2357+guix@gmail.com>
This commit is contained in:
parent
8b0e86017f
commit
4451d08828
1 changed files with 4 additions and 1 deletions
|
@ -10427,9 +10427,12 @@ (define-public endeavour
|
|||
libpeas
|
||||
libportal
|
||||
python-pygobject
|
||||
evolution-data-server
|
||||
gnome-online-accounts
|
||||
gsettings-desktop-schemas))
|
||||
(propagated-inputs
|
||||
;; This is so that the Guix System D-Bus service can find the Evolution
|
||||
;; Data Server schemas.
|
||||
(list evolution-data-server))
|
||||
(home-page "https://wiki.gnome.org/Apps/Todo")
|
||||
(synopsis "GNOME's ToDo Application")
|
||||
(description "GNOME To Do is a simplistic personal task manager designed
|
||||
|
|
Loading…
Reference in a new issue