mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
pythonPackages.protobuf: fix
This commit is contained in:
parent
b08c0472e1
commit
696052cb62
@ -15496,7 +15496,7 @@ in modules // {
|
||||
${python.executable} setup.py test
|
||||
'';
|
||||
|
||||
installFlags = optional (versionAtLeast protobuf.version "2.6.0") "--cpp_implementation";
|
||||
installFlags = optional (versionAtLeast protobuf.version "2.6.0") "--install-option='--cpp_implementation'";
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user