python3.pkgs.sphinx-hoverxref: Fix build with sphinx-prompt=1.10.0

This commit is contained in:
Dmitry Bogatov
2025-07-21 01:32:52 +02:00
committed by Sandro Jäckel
parent 45c9102206
commit 7a9aba51d7
@@ -34,6 +34,10 @@ buildPythonPackage rec {
hash = "sha256-DJ+mHu9IeEYEyf/SD+nDNtWpTf6z7tQzG0ogaECDpkU=";
};
postPatch = ''
substituteInPlace docs/conf.py --replace-fail "sphinx-prompt" "sphinx_prompt"
'';
nativeBuildInputs = [
flit-core