mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-13 21:50:38 +03:00
Add more patchBoostSignals.
This commit is contained in:
parent
d0e04cda62
commit
3965774c1c
1 changed files with 4 additions and 0 deletions
|
@ -86,6 +86,10 @@ let
|
|||
gazebo-ros = rosSuper.gazebo-ros.overrideAttrs ({ ... }:{
|
||||
setupHook = ./gazebo-ros-setup-hook.sh;
|
||||
});
|
||||
|
||||
image-cb-detector = patchBoostSignals rosSuper.image-cb-detector;
|
||||
|
||||
laser-cb-detector = patchBoostSignals rosSuper.laser-cb-detector;
|
||||
|
||||
libyaml-vendor = patchVendorUrl rosSuper.libyaml-vendor {
|
||||
url = "https://github.com/yaml/libyaml/archive/10c907871f1ccd779c7fccf6b81a62762b5c4e7b.zip";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue