about summary refs log tree commit diff
path: root/pkgs/development/python-modules/sphinxcontrib-devhelp
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-11-27 23:59:50 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-20 20:10:22 +0100
commit0c0f77f0191be2a252d42616b3d6da9becd6f568 (patch)
tree0bad02066daef7020477868bdc675faabc1d5e0b /pkgs/development/python-modules/sphinxcontrib-devhelp
parent8f3162f83fcccf26bf50c55ff960fd2dee5264b2 (diff)
python311Packages.sphinxcontrib-*: disable runtime deps check
These have circular dependencies on sphinx.
Diffstat (limited to 'pkgs/development/python-modules/sphinxcontrib-devhelp')
-rw-r--r--pkgs/development/python-modules/sphinxcontrib-devhelp/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/sphinxcontrib-devhelp/default.nix b/pkgs/development/python-modules/sphinxcontrib-devhelp/default.nix
index b254d4b64327b..8d326fe1e0f92 100644
--- a/pkgs/development/python-modules/sphinxcontrib-devhelp/default.nix
+++ b/pkgs/development/python-modules/sphinxcontrib-devhelp/default.nix
@@ -23,6 +23,7 @@ buildPythonPackage rec {
   ];
 
   # Check is disabled due to circular dependency of sphinx
+  dontCheckRuntimeDeps = true;
   doCheck = false;
 
   pythonNamespaces = [ "sphinxcontrib" ];