jbig2dec: make tests run, but disable
This commit is contained in:
parent
97aa8b164e
commit
0f7badb8c0
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl, python }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "jbig2dec-0.14";
|
name = "jbig2dec-0.14";
|
||||||
@ -8,6 +8,13 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0k01hp0q4275fj4rbr1gy64svfraw5w7wvwl08yjhvsnpb1rid11";
|
sha256 = "0k01hp0q4275fj4rbr1gy64svfraw5w7wvwl08yjhvsnpb1rid11";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
patchShebangs test_jbig2dec.py
|
||||||
|
'';
|
||||||
|
|
||||||
|
checkInputs = [ python ];
|
||||||
|
doCheck = false; # fails 1 of 4 tests
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://www.ghostscript.com/jbig2dec.html;
|
homepage = https://www.ghostscript.com/jbig2dec.html;
|
||||||
description = "Decoder implementation of the JBIG2 image compression format";
|
description = "Decoder implementation of the JBIG2 image compression format";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user