python313Packages.sphinx-prompt: fix build (#493404)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user