Skip to content

Commit

Permalink
novatel-oem7-driver: fix build
Browse files Browse the repository at this point in the history
Apply patchVendorGit and don't fix CMake files because there is a usr/include
subdirectory used by the vendored package.

Fixes #293
  • Loading branch information
lopsided98 committed Aug 23, 2023
1 parent 6b35674 commit e8ff928
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions distros/distro-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,16 @@ let
'';
});

novatel-oem7-driver = (patchVendorGit rosSuper.novatel-oem7-driver {
url = "https://github.com/novatel/novatel_edie";
fetchgitArgs = {
rev = "d02ccc2dfe531d642c1e2ca8a8c0f8205c856f23";
hash = "sha256-ZQ7z9vQ8quI+SoNhB93tTw5LQe07UAKdbJJpaMj1C6I=";
};
}).overrideAttrs ({ ... }: {
dontFixCmake = true;
});

open-manipulator-control-gui = rosSuper.open-manipulator-control-gui.overrideAttrs ({
nativeBuildInputs ? [], ...
}: {
Expand Down

0 comments on commit e8ff928

Please sign in to comment.