1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 13:40:32 +03:00

regenerate all distros, Tue Sep 20 16:42:06 2022

This commit is contained in:
Ben Wolsieffer 2022-09-20 16:42:07 -04:00
parent df38e4e345
commit 1cb25a71b4
5789 changed files with 7648 additions and 2993 deletions

View file

@ -14,9 +14,10 @@ buildRosPackage {
};
buildType = "ament_cmake";
buildInputs = [ ament-cmake-ros ];
checkInputs = [ ament-lint-auto ament-lint-common osrf-testing-tools-cpp ];
propagatedBuildInputs = [ ament-cmake fastcdr fastrtps fastrtps-cmake-module rcpputils rcutils rmw rmw-dds-common ];
nativeBuildInputs = [ ament-cmake-ros fastrtps-cmake-module ];
nativeBuildInputs = [ ament-cmake ament-cmake-ros fastrtps-cmake-module ];
meta = {
description = ''Code shared on static and dynamic type support of rmw_fastrtps_cpp.'';