1
0
Fork 0
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:
Ben Wolsieffer 2022-11-06 18:00:14 -05:00
parent ec08bb8144
commit bab273b012

View file

@ -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 ({