guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: gnome-maps: Add missing input.


From: guix-commits
Subject: 02/04: gnu: gnome-maps: Add missing input.
Date: Mon, 4 May 2020 10:37:02 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 7d7fedf6f022e6114959684658f927e191ab40b1
Author: Marius Bakke <address@hidden>
AuthorDate: Mon May 4 14:39:56 2020 +0200

    gnu: gnome-maps: Add missing input.
    
    Fixes <https://bugs.gnu.org/41058>.  Reported by sirgazil <address@hidden>.
    
    * gnu/packages/geo.scm (gnome-maps)[inputs]: Add EVOLUTION-DATA-SERVER.
---
 gnu/packages/geo.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index d78e2e0..9268a3f 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]