about summary refs log tree commit diff
diff options
context:
space:
mode:
-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))))