pythonPackages.protobuf: fix

This commit is contained in:
Frederik Rietdijk 2016-02-21 14:59:04 +01:00
parent b08c0472e1
commit 696052cb62

View File

@ -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;