diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2023-09-09 11:24:27 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-09-09 11:56:29 +0200 |
commit | f85c6ee26a5e693aaaebdab33b156938e10fb060 (patch) | |
tree | 9965d43de90c918974ec56ee50330a56f2f6c8e6 /gnu/packages/geo.scm | |
parent | 8d9bb5408a5088304ec8662bb53b9c3ded9ca725 (diff) | |
download | guix-f85c6ee26a5e693aaaebdab33b156938e10fb060.tar.gz |
gnu: qgis: Fix build.
* gnu/packages/geo.scm (qgis)[arguments]: Add test_core_authconfig to disabled tests in 'check' phase.
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 1 |
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" |