[change] add patch from wentasah to nav2-rviz-plugins

This commit is contained in:
Bernd Müller 2025-03-09 19:34:43 +01:00 committed by Ben Wolsieffer
parent 12f8003119
commit 88e7a3953c

View file

@ -180,6 +180,18 @@ in {
NIX_CFLAGS_COMPILE = toString [ "-Wno-error=array-bounds" ];
});
nav2-rviz-plugins = rosSuper.nav2-rviz-plugins.overrideAttrs({
patches ? [], ...
}: {
patches = patches ++ [
(self.fetchpatch {
url = "https://github.com/ros-navigation/navigation2/pull/4974.patch";
hash = "sha256-XFQjW9eb/CVF+wDgNTG+wyXoz1Hwa3qEU/cIXRcBY6Y=";
stripLen = 1;
})
];
});
rviz-ogre-vendor = lib.patchAmentVendorGit rosSuper.rviz-ogre-vendor {
tarSourceArgs.hook = let
version = "1.79";