Skip to content

Commit

Permalink
Fix plotjuggler-ros for Humble
Browse files Browse the repository at this point in the history
  • Loading branch information
wentasah authored and lopsided98 committed Feb 26, 2024
1 parent 1dda479 commit 3535621
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions distros/humble/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,18 @@ in with lib; {
};
};

plotjuggler-ros = rosSuper.plotjuggler-ros.overrideAttrs ({
patches ? [], nativeBuildInputs ? [], ...
}: {
patches = patches ++ [
(self.fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/PlotJuggler/plotjuggler-ros-plugins/pull/82.patch";
hash = "sha256-ojZ/ErZZkGIB89O0u2ocU6Gcdu/JhowUqkdsulcArHY=";
})
];
nativeBuildInputs = nativeBuildInputs ++ [ rosSelf.ros-environment ];
});

rcpputils = rosSuper.rcpputils.overrideAttrs ({
patches ? [], ...
}: {
Expand Down

0 comments on commit 3535621

Please sign in to comment.