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, Fri Nov 4 19:29:56 2022

This commit is contained in:
Ben Wolsieffer 2022-11-04 19:29:56 -04:00
parent a1596850e0
commit bacafdae41
6619 changed files with 6937 additions and 2163 deletions

View file

@ -14,9 +14,10 @@ buildRosPackage {
};
buildType = "ament_cmake";
buildInputs = [ ament-cmake-ros ];
checkInputs = [ ament-lint-auto ament-lint-common performance-test-fixture ];
propagatedBuildInputs = [ ament-cmake rcutils rosidl-typesupport-interface ];
nativeBuildInputs = [ ament-cmake-ros ];
nativeBuildInputs = [ ament-cmake ament-cmake-ros ];
meta = {
description = ''Provides definitions, initialization and finalization functions, and macros for getting and working with rosidl typesupport types in C.'';