mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: qgis: Fix build.
Fixing #723. * gnu/packages/geo.scm (python-sip-6.8-instead-of-python-sip): New procedure. (python-pyqt+qscintilla-with-python-sip-6.8, python-sip-6.8): New variables. (qgis)[inputs]: Add python-lxml. Replace python-pyqt+qscintilla with python-pyqt+qscintilla-with-python-sip-6.8 and python-sip with python-sip-6.8. Change-Id: I0f845400012d381cb4d78aadc3b1e2a47f6c3090 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
437809ffe2
commit
a9548c198c
@@ -29,6 +29,7 @@
|
||||
;;; Copyright © 2025 Lars Bilke <lars.bilke@ufz.de>
|
||||
;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr>
|
||||
;;; Copyright © 2025 Nguyễn Gia Phong <mcsinyx@disroot.org>
|
||||
;;; Copyright © 2025 Brice Waegeneire <brice@waegenei.re>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
@@ -3702,15 +3703,16 @@ SET\\(PYQT5_SIP_DIR \"\\$\\{Python_SITEARCH\\}/PyQt5/bindings\"\\)")
|
||||
python-dateutil
|
||||
python-future
|
||||
python-jinja2
|
||||
python-lxml
|
||||
python-numpy
|
||||
python-owslib
|
||||
python-psycopg2
|
||||
python-pygments
|
||||
python-pyqt+qscintilla
|
||||
python-pyqt+qscintilla-with-python-sip-6.8
|
||||
python-pytz
|
||||
python-pyyaml
|
||||
python-requests
|
||||
python-sip
|
||||
python-sip-6.8
|
||||
python-six
|
||||
python-urllib3
|
||||
qca
|
||||
|
||||
Reference in New Issue
Block a user