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

* bug#44233: [PATCH] gnu: qgis: Fix many plugins.
  2020-10-26  9:07 [bug#44233] [PATCH] gnu: qgis: Fix many plugins Jonathan Brielmaier
@ 2020-10-26 17:49 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2020-10-26 17:49 UTC (permalink / raw)
  To: Jonathan Brielmaier; +Cc: 44233-done

[-- Attachment #1: Type: text/plain, Size: 866 bytes --]


Jonathan Brielmaier <jonathan.brielmaier@web.de> writes:

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

I've pushed this now as
542dc0ee4f2385c4d71f65fe3a36f4fe9eb68b9a. Thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[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).