mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-13 19:24:50 +03:00
rosbag2-compression: Remove patch, which is now in a released version
The patch causes build failure. Fixes #424.
This commit is contained in:
parent
bcd3392314
commit
a91bd83622
1 changed files with 0 additions and 13 deletions
|
@ -97,19 +97,6 @@ in with lib; {
|
||||||
nativeBuildInputs = nativeBuildInputs ++ [ rosSelf.ros-environment ];
|
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 {
|
rviz-ogre-vendor = patchVendorUrl rosSuper.rviz-ogre-vendor {
|
||||||
url = "https://github.com/OGRECave/ogre/archive/v1.12.1.zip";
|
url = "https://github.com/OGRECave/ogre/archive/v1.12.1.zip";
|
||||||
sha256 = "1iv6k0dwdzg5nnzw2mcgcl663q4f7p2kj7nhs8afnsikrzxxgsi4";
|
sha256 = "1iv6k0dwdzg5nnzw2mcgcl663q4f7p2kj7nhs8afnsikrzxxgsi4";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue