protobuf3_4: init at 3.4.0

This commit is contained in:
Nikolay Amiantov
2017-09-08 03:40:56 +03:00
parent 00829717e8
commit 721aba33b4
3 changed files with 13 additions and 0 deletions
+6
View File
@@ -16344,6 +16344,12 @@ in {
});
protobuf = self.protobuf2_6;
# only required by tensorflow
protobuf3_4 = callPackage ../development/python-modules/protobuf.nix {
disabled = isPyPy;
doCheck = !isPy3k;
protobuf = pkgs.protobuf3_4;
};
protobuf3_3 = callPackage ../development/python-modules/protobuf.nix {
disabled = isPyPy;
doCheck = !isPy3k;