1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 21:50:38 +03:00

melodic: pcl-conversions: remove upstreamed patch

This commit is contained in:
Ben Wolsieffer 2021-10-24 00:05:53 -04:00
parent 44fa801bab
commit ee0ccd2edc

View file

@ -45,19 +45,6 @@ rosSelf: rosSuper: with rosSelf.lib; {
];
});
pcl-conversions = rosSuper.pcl-conversions.overrideAttrs ({
patches ? [], ...
}: {
patches = patches ++ [
# Fix build with PCL >=1.12
(self.fetchpatch {
url = "https://github.com/ros-perception/perception_pcl/commit/6900f7cf650e6c0df2aef45e0011833905b0ba9e.patch";
sha256 = "1s011hrk656a8aziwa1klk20bwyhpvqzh0qcaqv25nnxc946km5a";
stripLen = 1;
})
];
});
pcl-ros = rosSuper.pcl-ros.overrideAttrs ({
patches ? [], ...
}: {