1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00

Remove upstreamed pcl-ros patch.

This commit is contained in:
Ben Wolsieffer 2021-01-23 11:30:04 -05:00
parent 1ed6d4405c
commit 28df83e3d0

View file

@ -11,19 +11,6 @@ rosSelf: rosSuper: with rosSelf.lib; {
sha256 = "17xfc07bgllqr808jm779z98gwz01iik9skw2hcwpgg4j7kdxn5d";
};
pcl-ros = rosSuper.pcl-ros.overrideAttrs ({
patches ? [], ...
}: {
patches = patches ++ [
# Fix build with PCL >=1.11
(self.fetchpatch {
url = "https://github.com/ros-perception/perception_pcl/commit/e812d3cf1b67cc73841b41e690d53c74e5077a05.patch";
sha256 = "0savdifw90ql34zh6rff53hx3cy6rlmrwqzw80fsihkirls84b3w";
stripLen = 1;
})
];
});
rosfmt = patchVendorUrl rosSuper.rosfmt {
url = "https://github.com/fmtlib/fmt/releases/download/6.0.0/fmt-6.0.0.zip";
sha256 = "0h148anbaqgch6n69pxsvs1c9wmykgd052wmzgdia7qpz8w6p8dl";