diff --git a/distros/kinetic/overrides.nix b/distros/kinetic/overrides.nix index b6646e8b36..928adb2916 100644 --- a/distros/kinetic/overrides.nix +++ b/distros/kinetic/overrides.nix @@ -2,17 +2,6 @@ self: # Distro package set rosSelf: rosSuper: with rosSelf.lib; { - actionlib = rosSuper.actionlib.overrideAttrs ({ - patches ? [], ... - }: { - patches = patches ++ [ - (self.fetchpatch { - url = https://github.com/ros/actionlib/commit/677e952fcbfe49e6e4c5b835357f88740f49c6ff.patch; - sha256 = "0825w6r5kzz9y7syrrn6q1v0fjrd8qhn11rq2n4kc064702r8jf7"; - }) - ]; - }); - # If anyone actually needs this package, it's your problem to get it to # compile. astra-camera = null;