nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

jbigkit: disable parallel tests (#390518)

authored by

Sandro and committed by
GitHub
a6a6b975 82172395

+3
+3
pkgs/by-name/jb/jbigkit/package.nix
··· 89 89 90 90 doCheck = true; 91 91 92 + # Testing deletes all files on each test, causes test failures. 93 + enableParallelChecking = false; 94 + 92 95 meta = { 93 96 description = "Software implementation of the JBIG1 data compression standard"; 94 97 homepage = "http://www.cl.cam.ac.uk/~mgk25/jbigkit/";