[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: maknik: Really fix the build.
From: |
guix-commits |
Subject: |
branch master updated: gnu: maknik: Really fix the build. |
Date: |
Thu, 15 Sep 2022 20:51:03 -0400 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ca42eeebd8 gnu: maknik: Really fix the build.
ca42eeebd8 is described below
commit ca42eeebd8cb5a8f0912bed53633ad12827eb188
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Sep 15 20:49:10 2022 -0400
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: maknik: Really fix the build.,
guix-commits <=