jbigkit: disable parallel tests
When parallel building is enabled by default tests always fail as all intermediate files are removed on each test interferring with every parallel test.
This commit is contained in:
@@ -79,6 +79,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
# Testing deletes all files on each test, causes test failures.
|
||||
enableParallelChecking = false;
|
||||
|
||||
meta = {
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
description = "Software implementation of the JBIG1 data compression standard";
|
||||
|
||||
Reference in New Issue
Block a user