python.pkgs.protobuf: build with the default protobuf

This commit is contained in:
Orivej Desh 2018-09-25 04:01:08 +00:00
parent 616c30af9f
commit 9eb751496c
1 changed files with 2 additions and 2 deletions

View File

@ -9725,7 +9725,7 @@ in {
protobuf = callPackage ../development/python-modules/protobuf { protobuf = callPackage ../development/python-modules/protobuf {
disabled = isPyPy; disabled = isPyPy;
doCheck = !isPy3k; doCheck = !isPy3k;
protobuf = pkgs.protobuf3_5; protobuf = pkgs.protobuf;
}; };
protobuf3_1 = callPackage ../development/python-modules/protobuf { protobuf3_1 = callPackage ../development/python-modules/protobuf {