mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: spatialite-gui: Add missing input.
* gnu/packages/geo.scm (spatialite-gui)[inputs]: Add libjpeg-turbo.
This commit is contained in:
parent
3cf0a5dc53
commit
e8906d86ee
1 changed files with 1 additions and 0 deletions
|
@ -554,6 +554,7 @@ (define-public spatialite-gui
|
|||
`(("freexl" ,freexl)
|
||||
("geos" ,geos)
|
||||
("libgaiagraphics" ,libgaiagraphics)
|
||||
("libjpeg-turbo" ,libjpeg-turbo)
|
||||
("libspatialite" ,libspatialite)
|
||||
("libxml2" ,libxml2)
|
||||
("proj.4" ,proj.4)
|
||||
|
|
Loading…
Reference in a new issue