python311Packages.consonance: fix build

This commit is contained in:
Moraxyc 2024-11-09 14:11:36 +08:00
parent 019690580c
commit c76f00a4ef
No known key found for this signature in database

View File

@ -34,6 +34,12 @@ buildPythonPackage rec {
})
];
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";
};
propagatedBuildInputs = [
dissononce
python-axolotl-curve25519