Commit 5dac2c0b authored by Martin Joerg's avatar Martin Joerg
Browse files

python3Packages.pyorc: relax pybind11 to fix build

parent a5bd4869
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -22,6 +22,13 @@ buildPythonPackage rec {
    hash = "sha256-2w3Qh6g+Yg+D10kTow9YR6B6FhQ+z2DvgDy5GtYxH4g=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail \
        '"pybind11>2.6.0,<3.0"' \
        '"pybind11>2.6.0"'
  '';

  build-system = [
    pybind11
    setuptools