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:
parent
44fa801bab
commit
ee0ccd2edc
1 changed files with 0 additions and 13 deletions
|
@ -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 ({
|
pcl-ros = rosSuper.pcl-ros.overrideAttrs ({
|
||||||
patches ? [], ...
|
patches ? [], ...
|
||||||
}: {
|
}: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue