mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 21:24:03 +00:00
python312Packages.limits: fix build
This commit is contained in:
parent
ba9d965d7d
commit
2aafc1197f
@ -90,6 +90,12 @@ buildPythonPackage rec {
|
||||
async-etcd = [ aetcd ];
|
||||
};
|
||||
|
||||
env = {
|
||||
# make protobuf compatible with old versions
|
||||
# https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
|
||||
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION = "python";
|
||||
};
|
||||
|
||||
doCheck = pythonOlder "3.12"; # SystemError in protobuf
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user