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.master
parent
2b68ba721c
commit
7d7fedf6f0
|
@ -193,7 +193,8 @@ topology functions.")
|
|||
("intltool" ,intltool)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("folks" ,folks)
|
||||
`(("evolution-data-server" ,evolution-data-server)
|
||||
("folks" ,folks)
|
||||
("libchamplain" ,libchamplain)
|
||||
("libgee" ,libgee)
|
||||
("libsecret" ,libsecret)
|
||||
|
|
Reference in New Issue