novatel-oem7-driver: fix build

Apply patchVendorGit and don't fix CMake files because there is a usr/include
subdirectory used by the vendored package.

Fixes #293
This commit is contained in:
Ben Wolsieffer 2023-08-23 14:29:35 -04:00
parent 6b356744c7
commit e8ff928334

View file

@ -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 ? [], ...
}: {