1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 21:50:38 +03:00

rosidl-generator-py: remove patch

This commit is contained in:
Ben Wolsieffer 2019-12-09 15:58:07 -05:00
parent 9ee90a7de3
commit 97557f6dfa

View file

@ -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;
})
];
});
}