mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: qgis: Fix build against proj 9.3.1.
* gnu/packages/geo.scm (qgis)[arguments]: Disable newly broken tests test_core_overlayexpression and PyQgsProjectionSelectionWidgets. Change-Id: If80c1d86b00f4d9481ada17b99962754b5efdc92 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
8736c6357d
commit
d7c34bc099
1 changed files with 2 additions and 0 deletions
|
@ -2873,6 +2873,7 @@ (define-public qgis
|
|||
"test_core_pointcloudlayerexporter"
|
||||
"test_core_projectstorage"
|
||||
"test_core_coordinatereferencesystem"
|
||||
"test_core_overlayexpression"
|
||||
"test_gui_queryresultwidget"
|
||||
"test_provider_copcprovider"
|
||||
"test_provider_eptprovider"
|
||||
|
@ -2896,6 +2897,7 @@ (define-public qgis
|
|||
"PyQgsOGRProviderGpkg"
|
||||
"PyQgsProcessExecutablePt1"
|
||||
"PyQgsProcessExecutablePt2"
|
||||
"PyQgsProjectionSelectionWidgets"
|
||||
"PyQgsProviderConnectionGpkg"
|
||||
"PyQgsProviderConnectionSpatialite"
|
||||
"PyQgsOGRProvider"
|
||||
|
|
Loading…
Reference in a new issue