protobuf3_4: init at 3.4.0
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user