# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake-google-benchmark, ament-cmake-gtest, ament-cmake-ros, ament-index-cpp, ament-lint-auto, ament-lint-common, class-loader, composition-interfaces, launch-testing, rclcpp, rcpputils, std-msgs }: buildRosPackage { pname = "ros-foxy-rclcpp-components"; version = "2.3.1-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/foxy/rclcpp_components/2.3.1-1.tar.gz"; name = "2.3.1-1.tar.gz"; sha256 = "690b1547c67e01ec5381f41d6efc76bc45e6cf5ff00d2f4dfdc4f08ef7aca095"; }; buildType = "ament_cmake"; buildInputs = [ rcpputils ]; checkInputs = [ ament-cmake-google-benchmark ament-cmake-gtest ament-lint-auto ament-lint-common launch-testing std-msgs ]; propagatedBuildInputs = [ ament-index-cpp class-loader composition-interfaces rclcpp ]; nativeBuildInputs = [ ament-cmake-ros ]; meta = { description = ''Package containing tools for dynamically loadable components''; license = with lib.licenses; [ asl20 ]; }; }