guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: openorienteering-mapper: Add curl dependency.


From: guix-commits
Subject: 07/11: gnu: openorienteering-mapper: Add curl dependency.
Date: Sun, 11 Sep 2022 10:06:58 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 3b14615b2d579cf486b39c585b247c9e582fd4b8
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Thu Sep 8 20:14:36 2022 +0000

    gnu: openorienteering-mapper: Add curl dependency.
    
    * gnu/packages/geo.scm (openorienteering-mapper)[inputs]: Add curl.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/geo.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index f27c97477d..c0ac44a81b 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2209,6 +2209,7 @@ track your position right from your laptop.")
     (inputs
      `(("clipper" ,clipper)
        ("cups" ,cups)
+       ("curl" ,curl)
        ("gdal" ,gdal)
        ("proj" ,proj)
        ("qtbase" ,qtbase-5)



reply via email to

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