Skip to content

Commit

Permalink
Fix rviz-map-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kjeremy authored and lopsided98 committed Aug 30, 2024
1 parent 6829a25 commit 5f7cb41
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions distros/noetic/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,10 @@ rosSelf: rosSuper: with rosSelf.lib; {
url = "https://github.com/fmtlib/fmt/releases/download/9.1.0/fmt-9.1.0.zip";
sha256 = "sha256-zOtMuTZuGKV0ISjLNSTOX1Doi0dvHlRzekf/3030yZY=";
};

rviz-map-plugin = rosSuper.rviz-map-plugin.overrideAttrs ({
buildInputs ? [], ...
} : {
buildInputs = buildInputs ++ [ self.opencl-clhpp ];
});
}

0 comments on commit 5f7cb41

Please sign in to comment.