lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.rstcheck-core: Fix build

+2 -1
+2 -1
pkgs/development/python-modules/rstcheck-core/default.nix
··· 47 47 48 48 postPatch = '' 49 49 substituteInPlace pyproject.toml \ 50 - --replace 'types-docutils = ">=0.18, <0.19"' 'types-docutils = ">=0.18"' 50 + --replace 'types-docutils = ">=0.18, <0.19"' 'types-docutils = ">=0.18"' \ 51 + --replace 'docutils = ">=0.7, <0.19"' 'docutils = ">=0.7"' 51 52 ''; 52 53 53 54 pythonImportsCheck = [