python312Packages.weasyprint: add versionCheckHook
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
pytest-cov-stub,
|
||||
pytestCheckHook,
|
||||
replaceVars,
|
||||
versionCheckHook,
|
||||
writableTmpDirAsHomeHook,
|
||||
}:
|
||||
|
||||
@@ -69,8 +70,10 @@ buildPythonPackage rec {
|
||||
pkgs.ghostscript
|
||||
pytest-cov-stub
|
||||
pytestCheckHook
|
||||
versionCheckHook
|
||||
writableTmpDirAsHomeHook
|
||||
];
|
||||
versionCheckProgramArg = "--version";
|
||||
|
||||
disabledTests = [
|
||||
# needs the Ahem font (fails on macOS)
|
||||
|
||||
Reference in New Issue
Block a user