pythonPackages.img2pdf: Disable tests
This commit is contained in:
parent
231ad4ac16
commit
2e00a2cf50
@ -15,6 +15,9 @@ buildPythonPackage rec {
|
|||||||
pillow
|
pillow
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# no tests exectuted
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Convert images to PDF via direct JPEG inclusion";
|
description = "Convert images to PDF via direct JPEG inclusion";
|
||||||
homepage = "https://gitlab.mister-muffin.de/josch/img2pdf";
|
homepage = "https://gitlab.mister-muffin.de/josch/img2pdf";
|
||||||
|
Loading…
Reference in New Issue
Block a user