Skip to content

Commit

Permalink
mavros: remove upstreamed patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Aug 9, 2023
1 parent bf6c9ec commit 5c6026e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions distros/ros2-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,6 @@ rosSelf: rosSuper: with rosSelf.lib; {
nativeBuildInputs = nativeBuildInputs ++ [ self.buildPackages.cmake ];
});

mavros = rosSuper.mavros.overrideAttrs ({
patches ? [], ...
}: {
patches = patches ++ [
# Fix null pointer dereference in ftp plugin
# https://github.com/mavlink/mavros/pull/1833
(self.fetchpatch {
url = "https://github.com/mavlink/mavros/commit/a132cbd6d3cca6eb5dc6aeabe7ba48eaca3f4446.patch";
hash = "sha256-puDNdAwCy8eiO74jXtlRmK8UI7TfFQO+ZuO4CHjPXMY=";
stripLen = 1;
})
];
});

popf = rosSuper.popf.overrideAttrs ({
nativeBuildInputs ? [], postPatch ? "", ...
}: {
Expand Down

0 comments on commit 5c6026e

Please sign in to comment.