mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
noetic: robot-state-publisher: use C++14
This commit is contained in:
parent
bdd292b3c6
commit
361dbea1dd
1 changed files with 11 additions and 0 deletions
|
@ -128,6 +128,17 @@ in {
|
||||||
sha256 = "sha256-IBlmph3IJvGxh5okozF6HskhSpGMjrA1vi8ww+nPvcs=";
|
sha256 = "sha256-IBlmph3IJvGxh5okozF6HskhSpGMjrA1vi8ww+nPvcs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
robot-state-publisher = rosSuper.robot-state-publisher.overrideAttrs ({
|
||||||
|
patches ? [], ...
|
||||||
|
}: {
|
||||||
|
# Use C++14 for Boost.Math compatibility
|
||||||
|
# https://github.com/ros/robot_state_publisher/pull/190
|
||||||
|
patches = patches ++ [ (self.fetchpatch {
|
||||||
|
url = "https://github.com/ros/robot_state_publisher/commit/8478b2aface9e4349f8a0bce61eb74dbfd9bfb63.patch";
|
||||||
|
hash = "sha256-BQt6HoOBMM5bJCADve19uH1RSLLNQlG9aR6g1p58WPw=";
|
||||||
|
}) ];
|
||||||
|
});
|
||||||
|
|
||||||
rosconsole = rosSuper.rosconsole.overrideAttrs ({
|
rosconsole = rosSuper.rosconsole.overrideAttrs ({
|
||||||
patches ? [], ...
|
patches ? [], ...
|
||||||
}: {
|
}: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue