mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-13 21:50:38 +03:00
mavros: don't split outputs
ROS packages don't support split outputs.
This commit is contained in:
parent
ec08bb8144
commit
bab273b012
1 changed files with 0 additions and 4 deletions
|
@ -145,10 +145,6 @@ let
|
|||
ROS_PYTHON_VERSION = if rosSelf.python.isPy3k then 3 else 2;
|
||||
});
|
||||
|
||||
mavros = rosSuper.mavros.overrideAttrs ({ ... }: {
|
||||
outputs = [ "out" "dev" ];
|
||||
});
|
||||
|
||||
message-filters = patchBoostSignals rosSuper.message-filters;
|
||||
|
||||
message-relay = rosSuper.message-relay.overrideAttrs ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue