python313Packages.sphinx-prompt: fix build

This commit is contained in:
Nick Cao
2026-02-23 13:41:14 -05:00
parent f2a16517fc
commit 1434821315
@@ -30,6 +30,9 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml --replace-fail 'version = "0.0.0"' 'version = "${version}"'
# create the old sphinx-prompt directory for compatibility
# https://github.com/sbrunner/sphinx-prompt/issues/612
cp -r sphinx{_,-}prompt
'';
build-system = [