Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot]
2025-02-17 00:15:35 +00:00
committed by GitHub
104 changed files with 5116 additions and 5201 deletions

View File

@@ -632,6 +632,11 @@ in with passthru; stdenv.mkDerivation (finalAttrs: {
})
];
postPatch = lib.optionalString (pythonAtLeast "3.9" && pythonOlder "3.11") ''
substituteInPlace Doc/tools/extensions/pyspecific.py \
--replace-fail "from sphinx.util import status_iterator" "from sphinx.util.display import status_iterator"
'';
dontConfigure = true;
dontBuild = true;