Loading pkgs/development/python-modules/sphinx-prompt/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,10 @@ buildPythonPackage rec { hash = "sha256-JKCTn2YkdyGLvchMT9C61PxjYxuQFzt3SjCE9JvgtVc="; }; postPatch = '' substituteInPlace pyproject.toml --replace-fail 'version = "0.0.0"' 'version = "${version}"' ''; build-system = [ poetry-core poetry-dynamic-versioning Loading Loading
pkgs/development/python-modules/sphinx-prompt/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,10 @@ buildPythonPackage rec { hash = "sha256-JKCTn2YkdyGLvchMT9C61PxjYxuQFzt3SjCE9JvgtVc="; }; postPatch = '' substituteInPlace pyproject.toml --replace-fail 'version = "0.0.0"' 'version = "${version}"' ''; build-system = [ poetry-core poetry-dynamic-versioning Loading