Loading pkgs/development/python-modules/pyorc/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/development/python-modules/pyorc/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading