diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-01-30 06:44:26 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-01-30 06:44:26 +0900 |
commit | 6bd7cd50ca651dfef957e6c19862e54cdf8c0892 (patch) | |
tree | 09907f9a4efe40070560862967268abb74fb4d45 | |
parent | 7e24e7ea03f2d0d588fb23d5b4b3aa56a2d3f29a (diff) | |
download | loftix-6bd7cd50ca651dfef957e6c19862e54cdf8c0892.tar.gz |
Disable failing tests for potrace 1.11
-rw-r--r-- | loftix/bugs.scm | 5 |
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)))) |