rosbag2-compression: Remove patch, which is now in a released version

The patch causes build failure.

Fixes #424.
This commit is contained in:
Michal Sojka 2024-07-07 08:26:44 +02:00 committed by Ben Wolsieffer
parent bcd3392314
commit a91bd83622

View file

@ -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";