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>
This commit is contained in:
parent
21955a54da
commit
542dc0ee4f
@ -2099,6 +2099,7 @@ growing set of geoscientific methods.")
|
|||||||
("python" ,python)
|
("python" ,python)
|
||||||
("python-chardet" ,python-chardet)
|
("python-chardet" ,python-chardet)
|
||||||
("python-dateutil" ,python-dateutil)
|
("python-dateutil" ,python-dateutil)
|
||||||
|
("python-future" ,python-future)
|
||||||
("python-gdal" ,python-gdal)
|
("python-gdal" ,python-gdal)
|
||||||
("python-jinja2" ,python-jinja2)
|
("python-jinja2" ,python-jinja2)
|
||||||
("python-numpy" ,python-numpy)
|
("python-numpy" ,python-numpy)
|
||||||
|
Loading…
Reference in New Issue
Block a user