python312Packages.axisregistry: add PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION

This commit is contained in:
Fabian Affolter
2024-10-18 22:20:19 +02:00
parent 6df0f3133b
commit 7aa43ea21d
@@ -5,8 +5,8 @@
fonttools,
protobuf,
pytestCheckHook,
setuptools-scm,
pythonOlder,
setuptools-scm,
}:
buildPythonPackage rec {
@@ -27,6 +27,8 @@ buildPythonPackage rec {
# in the closure of fontbakery. It seems to be compatible enough.
pythonRelaxDeps = [ "protobuf" ];
env.PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION = "python";
build-system = [ setuptools-scm ];
dependencies = [