seeks: use protobuf 3.1
Still doesn't build, with the same error as before the protobufs update. Fixes nixpkgs evaluation.
This commit is contained in:
parent
6226fd05ba
commit
35c1e70dc8
@ -16112,7 +16112,7 @@ with pkgs;
|
|||||||
seafile-client = libsForQt5.callPackage ../applications/networking/seafile-client { };
|
seafile-client = libsForQt5.callPackage ../applications/networking/seafile-client { };
|
||||||
|
|
||||||
seeks = callPackage ../tools/networking/p2p/seeks {
|
seeks = callPackage ../tools/networking/p2p/seeks {
|
||||||
protobuf = protobuf2_5;
|
protobuf = protobuf3_1;
|
||||||
};
|
};
|
||||||
|
|
||||||
seg3d = callPackage ../applications/graphics/seg3d {
|
seg3d = callPackage ../applications/graphics/seg3d {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user