Skip to content

Commit

Permalink
plotjuggler: use Protobuf 23
Browse files Browse the repository at this point in the history
The build fails with newer versions.

Closes #546
  • Loading branch information
lopsided98 committed Jan 1, 2025
1 parent 98b0ae0 commit 06b45cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion distros/distro-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@ let
];
});

plotjuggler = rosSuper.plotjuggler.overrideAttrs ({
plotjuggler = (rosSuper.plotjuggler.override {
# plotjuggler is not yet compatible with newer versions
protobuf = self.protobuf_23;
}).overrideAttrs ({
nativeBuildInputs ? [], ...
}: {
dontWrapQtApps = false;
Expand Down

0 comments on commit 06b45cf

Please sign in to comment.