Skip to content

Commit

Permalink
rosbag2-compression: Remove patch, which is now in a released version
Browse files Browse the repository at this point in the history
The patch causes build failure.

Fixes #424.
  • Loading branch information
wentasah authored and lopsided98 committed Jul 7, 2024
1 parent bcd3392 commit a91bd83
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions distros/humble/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit a91bd83

Please sign in to comment.