mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
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 { };
|
||||
|
||||
seeks = callPackage ../tools/networking/p2p/seeks {
|
||||
protobuf = protobuf2_5;
|
||||
protobuf = protobuf3_1;
|
||||
};
|
||||
|
||||
seg3d = callPackage ../applications/graphics/seg3d {
|
||||
|
Loading…
Reference in New Issue
Block a user