unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44233] [PATCH] gnu: qgis: Fix many plugins.
@ 2020-10-26  9:07 Jonathan Brielmaier
  2020-10-26 17:49 ` bug#44233: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Brielmaier @ 2020-10-26  9:07 UTC (permalink / raw)
  To: 44233; +Cc: jonathan.brielmaier

Fixes <https://issues.guix.gnu.org/42941>.
This fixes the installation of many plugins.

* gnu/packages/geo.scm (qgis)[inputs]: Add python-future.
---
 gnu/packages/geo.scm | 1 +
 1 file changed, 1 insertion(+)

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)
--
2.28.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-26 18:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-26  9:07 [bug#44233] [PATCH] gnu: qgis: Fix many plugins Jonathan Brielmaier
2020-10-26 17:49 ` bug#44233: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).