python.pkgs.pyx: disable tests to fix build
This commit is contained in:
parent
b1c1892e2d
commit
fec771fbb4
@ -18145,6 +18145,9 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
|
# No tests in archive
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python package for the generation of PostScript, PDF, and SVG files";
|
description = "Python package for the generation of PostScript, PDF, and SVG files";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user