python3.pkgs.protobuf3_0: fix build

I spent some time trying to fix tests instead but have no idea what happens.
This commit is contained in:
Nikolay Amiantov 2017-03-01 02:09:05 +03:00
parent 1e74a156c3
commit 6c5cbfd091

View File

@ -19269,7 +19269,7 @@ in {
}; };
protobuf3_0 = callPackage ../development/python-modules/protobuf.nix { protobuf3_0 = callPackage ../development/python-modules/protobuf.nix {
disabled = isPyPy; disabled = isPyPy;
doCheck = isPy3k; doCheck = !isPy3k;
protobuf = pkgs.protobuf3_0; protobuf = pkgs.protobuf3_0;
}; };
protobuf2_6 = callPackage ../development/python-modules/protobuf.nix { protobuf2_6 = callPackage ../development/python-modules/protobuf.nix {