This is an automated email from the git hooks/post-receive script.
glv pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f85c6ee26a gnu: qgis: Fix build.
f85c6ee26a is described below
commit f85c6ee26a5e693aaaebdab33b156938e10fb060
Author: Guillaume Le Vaillant <[email protected]>
AuthorDate: Sat Sep 9 11:24:27 2023 +0200
gnu: qgis: Fix build.
* gnu/packages/geo.scm (qgis)[arguments]: Add test_core_authconfig to
disabled
tests in 'check' phase.
---
gnu/packages/geo.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 0a823353fa..d702046865 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2775,6 +2775,7 @@ growing set of geoscientific methods.")
"ProcessingGrass7AlgorithmsRasterTestPt1"
"ProcessingGrass7AlgorithmsRasterTestPt2"
"ProcessingGrass7AlgorithmsVectorTest"
+ "test_core_authconfig"
"test_core_authmanager"
"test_core_compositionconverter"
"test_core_expression"