From 97557f6dfa71ff629f373b87a74cade11497961c Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Mon, 9 Dec 2019 15:58:07 -0500 Subject: [PATCH] rosidl-generator-py: remove patch --- dashing/overrides.nix | 12 ------------ 1 file changed, 12 deletions(-) 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; - }) - ]; - }); }