diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2020-03-09 14:20:21 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2020-03-09 15:21:46 +0100 |
commit | e8906d86ee08bbc41d91b2b11c2b2630d7f75f18 (patch) | |
tree | 404790c27e27756258dff7ff541a084c488428ac /gnu/packages/geo.scm | |
parent | 3cf0a5dc538668adc5bef85cf4c120fad5d24856 (diff) | |
download | patches-e8906d86ee08bbc41d91b2b11c2b2630d7f75f18.tar patches-e8906d86ee08bbc41d91b2b11c2b2630d7f75f18.tar.gz |
gnu: spatialite-gui: Add missing input.
* gnu/packages/geo.scm (spatialite-gui)[inputs]: Add libjpeg-turbo.
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 1 |
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) |