From ca42eeebd8cb5a8f0912bed53633ad12827eb188 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 15 Sep 2022 20:49:10 -0400 Subject: [PATCH] gnu: maknik: Really fix the build. * gnu/packages/geo.scm (mapnik) [phases]{disable-problematic-tests}: Fix typo. --- gnu/packages/geo.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index c739388320..cb0e99e347 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -816,7 +816,7 @@ street bearings/orientations, and speed/travel time.") ;; The 'ogr' test fails for unknown reasons. Mark it as ;; expected to fail (see: ;; https://github.com/mapnik/mapnik/issues/4329). - (substitute* "/test/unit/datasource/ogr.cpp" + (substitute* "test/unit/datasource/ogr.cpp" (("TEST_CASE\\(\"ogr\"" all) (string-append all ", \"[!shouldfail]\"")))))))) (native-inputs