aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2023-09-09 11:24:27 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2023-09-09 11:56:29 +0200
commitf85c6ee26a5e693aaaebdab33b156938e10fb060 (patch)
tree9965d43de90c918974ec56ee50330a56f2f6c8e6
parent8d9bb5408a5088304ec8662bb53b9c3ded9ca725 (diff)
downloadguix-f85c6ee26a5e693aaaebdab33b156938e10fb060.tar
guix-f85c6ee26a5e693aaaebdab33b156938e10fb060.tar.gz
gnu: qgis: Fix build.
* gnu/packages/geo.scm (qgis)[arguments]: Add test_core_authconfig to disabled tests in 'check' phase.
-rw-r--r--gnu/packages/geo.scm1
1 files changed, 1 insertions, 0 deletions
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"