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

regenerate all distros, Fri Nov 4 13:38:02 2022

This commit is contained in:
Superflore 2022-11-04 13:38:03 +00:00 committed by Ben Wolsieffer
parent 0e8f3d88ae
commit a1596850e0
6690 changed files with 6930 additions and 8596 deletions

View file

@ -14,10 +14,9 @@ buildRosPackage {
};
buildType = "ament_cmake";
buildInputs = [ ament-cmake-core ];
checkInputs = [ ament-cmake-copyright ament-cmake-lint-cmake ];
propagatedBuildInputs = [ ament-cmake-test ament-cpplint ];
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ament-cpplint ];
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];
meta = {
description = ''The CMake API for ament_cpplint to lint C / C++ code using cpplint.'';