guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: qgis: Fix many plugins.


From: guix-commits
Subject: branch master updated: gnu: qgis: Fix many plugins.
Date: Mon, 26 Oct 2020 13:44:11 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 542dc0e  gnu: qgis: Fix many plugins.
542dc0e is described below

commit 542dc0ee4f2385c4d71f65fe3a36f4fe9eb68b9a
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Mon Oct 26 10:07:32 2020 +0100

    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>
---
 gnu/packages/geo.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index ce14a9e..c412ec3 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)



reply via email to

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