Merge pull request #310747 from annaleeleaves/stim-fix

python312Packages.stim: update substitute pattern; unbreak
This commit is contained in:
rewine
2024-05-11 14:35:37 +08:00
committed by GitHub
@@ -32,7 +32,7 @@ buildPythonPackage rec {
postPatch = ''
# asked to relax this in https://github.com/quantumlib/Stim/issues/623
substituteInPlace pyproject.toml \
--replace "pybind11==" "pybind11>="
--replace-quiet "pybind11~=" "pybind11>="
'';
nativeBuildInputs = [