mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: postgis: Add missing input.
* gnu/packages/geo.scm (postgis)[inputs]: Add giflib.
This commit is contained in:
parent
6528f3e0b6
commit
bfffe6d229
1 changed files with 1 additions and 0 deletions
|
@ -745,6 +745,7 @@ (define-public postgis
|
|||
(inputs
|
||||
`(("gdal" ,gdal)
|
||||
("geos" ,geos)
|
||||
("giflib" ,giflib)
|
||||
("json-c" ,json-c)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("libxml2" ,libxml2)
|
||||
|
|
Loading…
Reference in a new issue