mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
python3Packages.sphinxcontrib-jquery: fix build with doCheck=false
for example when cross compiling
This commit is contained in:
parent
0fe148f182
commit
b174220283
@ -39,10 +39,13 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "sphinxcontrib.jquery" ];
|
||||
|
||||
dependencies = [
|
||||
sphinx
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
defusedxml
|
||||
pytestCheckHook
|
||||
sphinx
|
||||
];
|
||||
|
||||
pythonNamespaces = [ "sphinxcontrib" ];
|
||||
|
Loading…
Reference in New Issue
Block a user