emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44233: closed ([PATCH] gnu: qgis: Fix many plugins.)


From: GNU bug Tracking System
Subject: bug#44233: closed ([PATCH] gnu: qgis: Fix many plugins.)
Date: Mon, 26 Oct 2020 17:50:02 +0000

Your message dated Mon, 26 Oct 2020 17:49:13 +0000
with message-id <87ft60zxly.fsf@cbaines.net>
and subject line Re: [bug#44233] [PATCH] gnu: qgis: Fix many plugins.
has caused the debbugs.gnu.org bug report #44233,
regarding [PATCH] gnu: qgis: Fix many plugins.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44233: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44233
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: qgis: Fix many plugins. Date: Mon, 26 Oct 2020 10:07:32 +0100
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#44233] [PATCH] gnu: qgis: Fix many plugins. Date: Mon, 26 Oct 2020 17:49:13 +0000 User-agent: mu4e 1.4.13; emacs 27.1
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]