diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-05-04 14:39:56 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-05-04 16:36:34 +0200 |
commit | 7d7fedf6f022e6114959684658f927e191ab40b1 (patch) | |
tree | aff6bb0f536c93c9b5c38ed58a0703be6f180bd0 | |
parent | 2b68ba721c153b4a4d2f886142985983dcf92429 (diff) | |
download | patches-7d7fedf6f022e6114959684658f927e191ab40b1.tar patches-7d7fedf6f022e6114959684658f927e191ab40b1.tar.gz |
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.
-rw-r--r-- | gnu/packages/geo.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index d78e2e0f11..9268a3f5b4 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -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) |