mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-15 12:08:39 +03:00
parent
a91bd83622
commit
06c257eb38
1 changed files with 11 additions and 0 deletions
|
@ -38,6 +38,17 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
mavros-extras = rosSuper.mavros-extras.overrideAttrs ({
|
||||||
|
patches ? [], ...
|
||||||
|
}: {
|
||||||
|
# Fix compile error when compiling with gcc 13
|
||||||
|
patches = patches ++ [ (self.fetchpatch {
|
||||||
|
url = "https://github.com/mavlink/mavros/commit/640e916127167029e5be3e86c5f43b05baf52e16.patch";
|
||||||
|
hash = "sha256-IpCeQeeUKTweCTdsP9m07i+q2fNosFP4Y5SVX+wMeP8=";
|
||||||
|
stripLen = 1;
|
||||||
|
}) ];
|
||||||
|
});
|
||||||
|
|
||||||
moveit-core = rosSuper.moveit-core.overrideAttrs ({
|
moveit-core = rosSuper.moveit-core.overrideAttrs ({
|
||||||
buildInputs ? [], patches ? [], ...
|
buildInputs ? [], patches ? [], ...
|
||||||
}: {
|
}: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue