protobuf: fix missing google.protobuf.compiler
This commit is contained in:
parent
d8b202698c
commit
8bef91d84a
@ -28,7 +28,10 @@ buildPythonPackage rec {
|
|||||||
export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION_VERSION=2
|
export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION_VERSION=2
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preBuild = optionalString (versionAtLeast protobuf.version "2.6.0") ''
|
preBuild = ''
|
||||||
|
# Workaround for https://github.com/google/protobuf/issues/2895
|
||||||
|
${python}/bin/${python.executable} setup.py build
|
||||||
|
'' + optionalString (versionAtLeast protobuf.version "2.6.0") ''
|
||||||
${python}/bin/${python.executable} setup.py build_ext --cpp_implementation
|
${python}/bin/${python.executable} setup.py build_ext --cpp_implementation
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user