diff options
author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2020-10-26 10:07:32 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-10-26 17:43:52 +0000 |
commit | 542dc0ee4f2385c4d71f65fe3a36f4fe9eb68b9a (patch) | |
tree | 173f1fe9ac93ce58e5ac8417a934c0a0393c8653 | |
parent | 21955a54da2bc171f2745486f62aceeacea7993a (diff) | |
download | guix-542dc0ee4f2385c4d71f65fe3a36f4fe9eb68b9a.tar.gz guix-542dc0ee4f2385c4d71f65fe3a36f4fe9eb68b9a.zip |
gnu: qgis: Fix many plugins.
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>
-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 ce14a9e861..c412ec35b6 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -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) |