Unverified Commit 3e0bedf9 authored by rewine's avatar rewine Committed by GitHub
Browse files

Merge pull request #310747 from annaleeleaves/stim-fix

python312Packages.stim: update substitute pattern; unbreak
parents 3137e842 7055c625
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = [