mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-13 21:50:38 +03:00
jsk-recognition-msgs: Add dependency on ros-environment
The package looks at the ROS_VERSION variable and fails to find it without this.
This commit is contained in:
parent
71487c89a9
commit
0c2d6cfa80
1 changed files with 6 additions and 0 deletions
|
@ -65,6 +65,12 @@ let
|
|||
|
||||
image-cb-detector = patchBoostSignals rosSuper.image-cb-detector;
|
||||
|
||||
jsk-recognition-msgs = rosSuper.jsk-recognition-msgs.overrideAttrs ({
|
||||
buildInputs ? [], ...
|
||||
}: {
|
||||
buildInputs = buildInputs ++ [ rosSuper.ros-environment ];
|
||||
});
|
||||
|
||||
laser-cb-detector = patchBoostSignals rosSuper.laser-cb-detector;
|
||||
|
||||
libfranka = rosSuper.libfranka.overrideAttrs ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue