diff --git a/distros/humble/overrides.nix b/distros/humble/overrides.nix index eeb46977c2..d2a751f326 100644 --- a/distros/humble/overrides.nix +++ b/distros/humble/overrides.nix @@ -72,19 +72,6 @@ rosSelf: rosSuper: with rosSelf.lib; { }; }; - nav2-costmap-2d = rosSuper.nav2-costmap-2d.overrideAttrs ({ - patches ? [], ... - }: { - patches = patches ++ [ - # Fix uninitialized variable warning - (self.fetchpatch { - url = "https://github.com/ros-planning/navigation2/commit/4d060c3dbeb63f63c93d41260608b78b9a151bae.patch"; - hash = "sha256-cFoiiyINc6Q0ecT5ioShdFIfcs/XjPlmgzdVRO5GOHM="; - stripLen = 1; - }) - ]; - }); - rviz-ogre-vendor = patchVendorUrl rosSuper.rviz-ogre-vendor { url = "https://github.com/OGRECave/ogre/archive/v1.12.1.zip"; sha256 = "1iv6k0dwdzg5nnzw2mcgcl663q4f7p2kj7nhs8afnsikrzxxgsi4"; diff --git a/distros/iron/overrides.nix b/distros/iron/overrides.nix index 2b93c57073..7ae702368c 100644 --- a/distros/iron/overrides.nix +++ b/distros/iron/overrides.nix @@ -72,19 +72,6 @@ rosSelf: rosSuper: with rosSelf.lib; { }; }; - nav2-costmap-2d = rosSuper.nav2-costmap-2d.overrideAttrs ({ - patches ? [], ... - }: { - patches = patches ++ [ - # Fix uninitialized variable warning - (self.fetchpatch { - url = "https://github.com/ros-planning/navigation2/commit/4d060c3dbeb63f63c93d41260608b78b9a151bae.patch"; - hash = "sha256-cFoiiyINc6Q0ecT5ioShdFIfcs/XjPlmgzdVRO5GOHM="; - stripLen = 1; - }) - ]; - }); - rviz-ogre-vendor = patchVendorUrl rosSuper.rviz-ogre-vendor { url = "https://github.com/OGRECave/ogre/archive/v1.12.10.zip"; sha256 = "sha256-lZDLywgShlWeWah7oTnyKBTqzN505LJKbQbgXRfJXlk=";