mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-09 17:42:22 +03:00
[change] add patch from wentasah to nav2-rviz-plugins
This commit is contained in:
parent
12f8003119
commit
88e7a3953c
1 changed files with 12 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue