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

humble: update and add buildtool_depends as both host and build dependencies

This is necessary because some builtool_depends need to run binaries, while
others need to be imported as CMake modules.
This commit is contained in:
Ben Wolsieffer 2022-09-20 15:27:26 -04:00
parent ab8924d6de
commit df38e4e345
49 changed files with 49 additions and 48 deletions

View file

@ -17,7 +17,7 @@ buildRosPackage {
buildInputs = [ ament-cmake ];
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common rosidl-cmake rosidl-runtime-c rosidl-runtime-cpp test-interface-files ];
propagatedBuildInputs = [ ament-cmake-core ament-index-python python3 rosidl-cli rosidl-cmake rosidl-generator-c rosidl-parser rosidl-runtime-cpp ];
nativeBuildInputs = [ ament-cmake ];
nativeBuildInputs = [ ament-cmake ament-cmake-core python3 rosidl-cmake ];
meta = {
description = ''Generate the ROS interfaces in C++.'';