about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2025-01-30 06:44:26 +0900
committerNguyễn Gia Phong <cnx@loang.net>2025-01-30 06:44:26 +0900
commit6bd7cd50ca651dfef957e6c19862e54cdf8c0892 (patch)
tree09907f9a4efe40070560862967268abb74fb4d45
parent7e24e7ea03f2d0d588fb23d5b4b3aa56a2d3f29a (diff)
downloadloftix-6bd7cd50ca651dfef957e6c19862e54cdf8c0892.tar.gz
Disable failing tests for potrace 1.11
-rw-r--r--loftix/bugs.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/loftix/bugs.scm b/loftix/bugs.scm
index e6bfc6d..b435176 100644
--- a/loftix/bugs.scm
+++ b/loftix/bugs.scm
@@ -77,4 +77,7 @@
                                   version ".tar.gz"))
               (sha256
                 (base32
-                  "1bbyl7jgigawmwc8r14znv8lb6lrcxh8zpvynrl6s800dr4yp9as"))))))
+                  "1bbyl7jgigawmwc8r14znv8lb6lrcxh8zpvynrl6s800dr4yp9as"))))
+    ;; Tests are failing on newer Ghostscript versions
+    (native-inputs '())
+    (arguments '(#:tests? #f))))