diff --git a/distros/jazzy/overrides.nix b/distros/jazzy/overrides.nix index bf0003bc03..f89e7b4a49 100644 --- a/distros/jazzy/overrides.nix +++ b/distros/jazzy/overrides.nix @@ -204,6 +204,15 @@ in { ''; }; + rviz-rendering = rosSuper.rviz-rendering.overrideAttrs ({ + postPatch ? "", ... + }: { + postPatch = postPatch + '' + substituteInPlace src/rviz_rendering/render_system.cpp \ + --replace-fail /opt/rviz_ogre_vendor "" + ''; + }); + shared-queues-vendor = lib.patchVendorUrl rosSuper.shared-queues-vendor { url = "https://github.com/cameron314/readerwriterqueue/archive/ef7dfbf553288064347d51b8ac335f1ca489032a.zip"; sha256 = "sha256-TyFt3d78GidhDGD17KgjAaZl/qvAcGJP8lmu4EOxpYg="; diff --git a/distros/rolling/overrides.nix b/distros/rolling/overrides.nix index daa7fcaa71..fd382cc0e6 100644 --- a/distros/rolling/overrides.nix +++ b/distros/rolling/overrides.nix @@ -204,6 +204,15 @@ in { ''; }; + rviz-rendering = rosSuper.rviz-rendering.overrideAttrs ({ + postPatch ? "", ... + }: { + postPatch = postPatch + '' + substituteInPlace src/rviz_rendering/render_system.cpp \ + --replace-fail /opt/rviz_ogre_vendor "" + ''; + }); + sdformat-vendor = lib.patchGzAmentVendorGit rosSuper.sdformat-vendor { version = "15.0.0"; hash = "sha256-d9PKTgUIFPX1rc1HlKCQPxcUcTn2ivObMvkGz/HBExw=";