seeks: use protobuf 2.5

This commit is contained in:
Luca Bruno 2015-02-20 13:57:39 +01:00
parent fbc7738867
commit e0703e0d67

View File

@ -11282,7 +11282,9 @@ let
seafile-client = callPackage ../applications/networking/seafile-client { };
seeks = callPackage ../tools/networking/p2p/seeks { };
seeks = callPackage ../tools/networking/p2p/seeks {
protobuf = protobuf2_5;
};
seg3d = callPackage ../applications/graphics/seg3d {
wxGTK = wxGTK28.override { unicode = false; };