Skip to content

Commit

Permalink
python3.pkgs.protobuf3_0: fix build
Browse files Browse the repository at this point in the history
I spent some time trying to fix tests instead but have no idea what happens.
  • Loading branch information
abbradar committed Feb 28, 2017
1 parent 1e74a15 commit 6c5cbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19269,7 +19269,7 @@ in {
};
protobuf3_0 = callPackage ../development/python-modules/protobuf.nix {
disabled = isPyPy;
doCheck = isPy3k;
doCheck = !isPy3k;
protobuf = pkgs.protobuf3_0;
};
protobuf2_6 = callPackage ../development/python-modules/protobuf.nix {
Expand Down

0 comments on commit 6c5cbfd

Please sign in to comment.