python312Packages.stim: update substitute pattern; unbreak

This commit is contained in:
annalee 2024-05-11 04:20:07 +00:00
parent 8c810f6f55
commit 7055c62536
No known key found for this signature in database

View File

@ -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 = [