mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
python3Packages.sphinx: relax docutils constraint
This commit is contained in:
@@ -83,6 +83,8 @@ buildPythonPackage rec {
|
||||
sphinxcontrib-websupport
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "docutils" ];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user