Skip to content

Commit

Permalink
seeks: use protobuf 3.1
Browse files Browse the repository at this point in the history
Still doesn't build, with the same error as before the protobufs update.

Fixes nixpkgs evaluation.
  • Loading branch information
abbradar committed Sep 9, 2017
1 parent 6226fd0 commit 35c1e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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 {
Expand Down

1 comment on commit 35c1e70

@abbradar
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @peti . I tested this with nix-env -qaP --json >/dev/null --show-trace, seems to be okay now.

Please sign in to comment.