mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-09 17:42:22 +03:00
noetic: Fix rviz build
This commit is contained in:
parent
2beb0debae
commit
15bf87e119
1 changed files with 10 additions and 0 deletions
|
@ -246,6 +246,16 @@ in {
|
|||
}) ];
|
||||
});
|
||||
|
||||
rviz = rosSuper.rviz.overrideAttrs ({
|
||||
patches ? [], ...
|
||||
}: {
|
||||
# Replace boost::filesystem::extension()
|
||||
patches = patches ++ [ (self.fetchpatch {
|
||||
url = "https://github.com/ros-visualization/rviz/commit/250c0c2875758953f98f3b1982d11b55f527b295.patch";
|
||||
hash = "sha256-dr1dPSStGFPimac/LaDmPfojFl+iIc6lz2lIhXf9rTE=";
|
||||
}) ];
|
||||
});
|
||||
|
||||
rviz-map-plugin = rosSuper.rviz-map-plugin.overrideAttrs ({
|
||||
buildInputs ? [], ...
|
||||
} : {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue