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:
parent
9ee90a7de3
commit
97557f6dfa
1 changed files with 0 additions and 12 deletions
|
@ -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;
|
||||
})
|
||||
];
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue