From ee0ccd2edc84f7c346e92af355e705d071ea10de Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Sun, 24 Oct 2021 00:05:53 -0400 Subject: [PATCH] melodic: pcl-conversions: remove upstreamed patch --- distros/melodic/overrides.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/distros/melodic/overrides.nix b/distros/melodic/overrides.nix index 92eeb3d19d..c736621554 100644 --- a/distros/melodic/overrides.nix +++ b/distros/melodic/overrides.nix @@ -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 ? [], ... }: {