mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 02:34:50 +03:00
humble: moveit-kinematics: add missing moveit-ros-planning dep
This was added upstream in 2.7.2 but this has not been released for humble.
This commit is contained in:
parent
c479bc18d7
commit
fc2608672e
1 changed files with 8 additions and 0 deletions
|
@ -94,6 +94,14 @@ in with lib; {
|
|||
};
|
||||
};
|
||||
|
||||
moveit-kinematics = rosSuper.moveit-kinematics.overrideAttrs ({
|
||||
propagatedBuildInputs ? [], ...
|
||||
}: {
|
||||
# Added upstream in 2.7.2
|
||||
# https://github.com/ros-planning/moveit2/pull/2109
|
||||
propagatedBuildInputs = propagatedBuildInputs ++ [ rosSelf.moveit-ros-planning ];
|
||||
});
|
||||
|
||||
plotjuggler-ros = rosSuper.plotjuggler-ros.overrideAttrs ({
|
||||
patches ? [], nativeBuildInputs ? [], ...
|
||||
}: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue