Merge pull request #60188 from risicle/ris-mesos-fix

mesos: fix build by forcing protobuf 3.6
This commit is contained in:
Renaud 2019-05-11 17:25:41 +02:00 committed by GitHub
commit 8660acf856
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8226,7 +8226,7 @@ in
mesos = callPackage ../applications/networking/cluster/mesos {
sasl = cyrus_sasl;
inherit (pythonPackages) python boto setuptools wrapPython;
pythonProtobuf = pythonPackages.protobuf;
pythonProtobuf = pythonPackages.protobuf.override { protobuf = protobuf3_6; };
perf = linuxPackages.perf;
};