mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
mavros: remove upstreamed patch
This commit is contained in:
parent
7dc26b028a
commit
fe63fc05f0
1 changed files with 0 additions and 10 deletions
|
@ -183,16 +183,6 @@ let
|
|||
ROS_PYTHON_VERSION = if rosSelf.python.isPy3k then 3 else 2;
|
||||
});
|
||||
|
||||
mavros = rosSuper.mavros.overrideAttrs ({
|
||||
patches ? [], ...
|
||||
}: {
|
||||
patches = patches ++ [ (self.fetchpatch {
|
||||
url = "https://github.com/mavlink/mavros/commit/0196418f3b2f84b8a57e94bb29e28ec7ad2e3e5d.patch";
|
||||
sha256 = "097y3qfk2xyr34y7n801cilc2fv3l4zyfcdhkz4wp1q4ijcy33iq";
|
||||
stripLen = 1;
|
||||
}) ];
|
||||
});
|
||||
|
||||
message-filters = patchBoostSignals rosSuper.message-filters;
|
||||
|
||||
message-relay = rosSuper.message-relay.overrideAttrs ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue