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
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -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)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue