gnu: qgis: Fix many plugins.
authorJonathan Brielmaier <jonathan.brielmaier@web.de>
Mon, 26 Oct 2020 09:07:32 +0000 (10:07 +0100)
committerChristopher Baines <mail@cbaines.net>
Mon, 26 Oct 2020 17:43:52 +0000 (17:43 +0000)
Fixes <https://issues.guix.gnu.org/42941>.
This fixes the installation of many plugins.

* gnu/packages/geo.scm (qgis)[inputs]: Add python-future.

Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu/packages/geo.scm

index ce14a9e..c412ec3 100644 (file)
@@ -2099,6 +2099,7 @@ growing set of geoscientific methods.")
        ("python" ,python)
        ("python-chardet" ,python-chardet)
        ("python-dateutil" ,python-dateutil)
+       ("python-future" ,python-future)
        ("python-gdal" ,python-gdal)
        ("python-jinja2" ,python-jinja2)
        ("python-numpy" ,python-numpy)