From 7d7fedf6f022e6114959684658f927e191ab40b1 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Mon, 4 May 2020 14:39:56 +0200 Subject: gnu: gnome-maps: Add missing input. Fixes . Reported by sirgazil . * gnu/packages/geo.scm (gnome-maps)[inputs]: Add EVOLUTION-DATA-SERVER. --- gnu/packages/geo.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') 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) -- cgit v1.2.3