jbigkit: disable parallel tests (#390518)

This commit is contained in:
Sandro
2025-04-14 23:51:48 +02:00
committed by GitHub
+3
View File
@@ -89,6 +89,9 @@ stdenv.mkDerivation (finalAttrs: {
doCheck = true;
# Testing deletes all files on each test, causes test failures.
enableParallelChecking = false;
meta = {
description = "Software implementation of the JBIG1 data compression standard";
homepage = "http://www.cl.cam.ac.uk/~mgk25/jbigkit/";