guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: postgis: Add missing input.


From: guix-commits
Subject: 02/02: gnu: postgis: Add missing input.
Date: Sun, 10 May 2020 04:09:33 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit bfffe6d2298d9f60db878ffa2b42f16e858e1d0f
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Sun May 10 10:06:19 2020 +0200

    gnu: postgis: Add missing input.
    
    * gnu/packages/geo.scm (postgis)[inputs]: Add giflib.
---
 gnu/packages/geo.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 6c68d40..3c76b01 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -745,6 +745,7 @@ utilities for data translation and processing.")
     (inputs
      `(("gdal" ,gdal)
        ("geos" ,geos)
+       ("giflib" ,giflib)
        ("json-c" ,json-c)
        ("libjpeg" ,libjpeg-turbo)
        ("libxml2" ,libxml2)



reply via email to

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