diff --git a/dashing/overrides.nix b/dashing/overrides.nix index ae832d9c7d..08aea4c6c4 100644 --- a/dashing/overrides.nix +++ b/dashing/overrides.nix @@ -42,16 +42,4 @@ rosSelf: rosSuper: with rosSelf.lib; { }) ]; }); - - rosidl-generator-py = rosSuper.rosidl-generator-py.overrideAttrs ({ - patches ? [], ... - }: { - patches = patches ++ [ - (self.fetchpatch { - url = "https://github.com/ros2/rosidl_python/commit/a7ce53c8922963439ba526f7f6c92dc0cc955c5f.patch"; - sha256 = "0yal5mvhwxwkwzv5rlssfc4czck8zmcm36kwssypfwbkggc2700f"; - stripLen = 1; - }) - ]; - }); }