python3Packages.sphinxcontrib-jquery: fix build with doCheck=false

for example when cross compiling
This commit is contained in:
Guillaume Girol 2024-09-03 12:00:00 +00:00
parent 0fe148f182
commit b174220283

View File

@ -39,10 +39,13 @@ buildPythonPackage rec {
pythonImportsCheck = [ "sphinxcontrib.jquery" ];
dependencies = [
sphinx
];
nativeCheckInputs = [
defusedxml
pytestCheckHook
sphinx
];
pythonNamespaces = [ "sphinxcontrib" ];