mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
plotjuggler: use Protobuf 23
The build fails with newer versions. Closes #546
This commit is contained in:
parent
98b0ae0279
commit
06b45cf1ea
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue