diff --git a/distros/ros2-overlay.nix b/distros/ros2-overlay.nix index c26d26a930..39ed453edf 100644 --- a/distros/ros2-overlay.nix +++ b/distros/ros2-overlay.nix @@ -153,6 +153,11 @@ rosSelf: rosSuper: with rosSelf.lib; { ''; }); + rviz-ogre-vendor = rosSuper.rviz-ogre-vendor.overrideAttrs ({ ... }: { + # Prevent replacing $out/opt/.. with $out/var/empty/.. + dontFixCmake = true; + }); + rviz2 = rosSuper.rviz2.overrideAttrs ({ nativeBuildInputs ? [], postFixup ? "", ... }: {