diff --git a/distros/distro-overlay.nix b/distros/distro-overlay.nix index 261f1cc5ab..ad1badcd93 100644 --- a/distros/distro-overlay.nix +++ b/distros/distro-overlay.nix @@ -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;