Skip to content

Commit

Permalink
noetic.novatel-oem7-driver: fix patching
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Jul 24, 2024
1 parent 1fb292a commit f92010d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions distros/noetic/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ rosSelf: rosSuper: with rosSelf.lib; {
}) ];
});

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

pcl-ros = rosSuper.pcl-ros.overrideAttrs ({
patches ? [], ...
}: {
Expand Down

0 comments on commit f92010d

Please sign in to comment.