summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2020-03-09 14:20:21 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2020-03-09 15:21:46 +0100
commite8906d86ee08bbc41d91b2b11c2b2630d7f75f18 (patch)
tree404790c27e27756258dff7ff541a084c488428ac
parent3cf0a5dc538668adc5bef85cf4c120fad5d24856 (diff)
downloadpatches-e8906d86ee08bbc41d91b2b11c2b2630d7f75f18.tar
patches-e8906d86ee08bbc41d91b2b11c2b2630d7f75f18.tar.gz
gnu: spatialite-gui: Add missing input.
* gnu/packages/geo.scm (spatialite-gui)[inputs]: Add libjpeg-turbo.
-rw-r--r--gnu/packages/geo.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 33137a17f1..147a39ada7 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -554,6 +554,7 @@ development.")
`(("freexl" ,freexl)
("geos" ,geos)
("libgaiagraphics" ,libgaiagraphics)
+ ("libjpeg-turbo" ,libjpeg-turbo)
("libspatialite" ,libspatialite)
("libxml2" ,libxml2)
("proj.4" ,proj.4)