diff --git a/distros/humble/overrides.nix b/distros/humble/overrides.nix index 3af67fb47d..98d8f5f926 100644 --- a/distros/humble/overrides.nix +++ b/distros/humble/overrides.nix @@ -97,19 +97,6 @@ in with lib; { nativeBuildInputs = nativeBuildInputs ++ [ rosSelf.ros-environment ]; }); - rosbag2-compression = rosSuper.rosbag2-compression.overrideAttrs ({ - patches ? [], ... - }: { - patches = patches ++ [ - (self.fetchpatch { - # Add in a missing cstdint include - url = "https://github.com/ros2/rosbag2/commit/65c889e1fa55dd85a148b27b8c27dadc73238e67.patch"; - hash = "sha256-EzfOqI08roSSqpo3hEUFxoImxKJGi1wUN4ZxwhYszUY="; - stripLen = 1; - }) - ]; - }); - rviz-ogre-vendor = patchVendorUrl rosSuper.rviz-ogre-vendor { url = "https://github.com/OGRECave/ogre/archive/v1.12.1.zip"; sha256 = "1iv6k0dwdzg5nnzw2mcgcl663q4f7p2kj7nhs8afnsikrzxxgsi4";