mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-14 03:28:39 +03:00
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:
parent
6b356744c7
commit
e8ff928334
1 changed files with 10 additions and 0 deletions
|
@ -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 ? [], ...
|
||||
}: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue