python3Packages.inkex: don't check metadata

This commit is contained in:
Robert Schütz
2026-06-30 08:42:11 -07:00
parent db5d42a1fb
commit 6d8fcd0ed4
@@ -62,6 +62,9 @@ buildPythonPackage {
pythonImportsCheck = [ "inkex" ];
# The inkex version isn't update in tandem with inkscape
dontCheckPythonMetadata = true;
nativeCheckInputs = [
gobject-introspection
pytestCheckHook