mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: gnome-maps: Add missing input.
Fixes <https://bugs.gnu.org/41058>. Reported by sirgazil <sirgazil@zoho.com>. * gnu/packages/geo.scm (gnome-maps)[inputs]: Add EVOLUTION-DATA-SERVER.
This commit is contained in:
parent
2b68ba721c
commit
7d7fedf6f0
1 changed files with 2 additions and 1 deletions
|
@ -193,7 +193,8 @@ (define-public gnome-maps
|
|||
("intltool" ,intltool)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("folks" ,folks)
|
||||
`(("evolution-data-server" ,evolution-data-server)
|
||||
("folks" ,folks)
|
||||
("libchamplain" ,libchamplain)
|
||||
("libgee" ,libgee)
|
||||
("libsecret" ,libsecret)
|
||||
|
|
Loading…
Reference in a new issue