mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
jbigkit: disable parallel tests (#390518)
This commit is contained in:
commit
a6a6b975d8
1 changed files with 3 additions and 0 deletions
|
@ -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/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue