guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: qmapshack: Add curl dependency.


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

glv pushed a commit to branch master
in repository guix.

commit d9f0ec68ac10d4b9fa6dbc0dfd6a4c874f11bd2f
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sun Sep 11 15:44:01 2022 +0200

    gnu: qmapshack: Add curl dependency.
    
    * gnu/packages/geo.scm (qmapshack)[inputs]: Add curl.
---
 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 2e8b1266f9..5651386e6b 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1973,7 +1973,8 @@ using the dataset of topographical information collected 
by
     (native-inputs
      (list pkg-config qttools-5))
     (inputs
-     (list gdal
+     (list curl
+           gdal
            libjpeg-turbo
            proj
            qtbase-5



reply via email to

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