python3Packages.pyorc: relax pybind11 to fix build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user