# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-core, ament-index-python, ament-lint-auto, ament-lint-common, python3, rosidl-cli, rosidl-generator-c, rosidl-generator-type-description, rosidl-parser, rosidl-pycommon, rosidl-runtime-cpp }: buildRosPackage { pname = "ros-iron-rosidl-generator-cpp"; version = "4.0.1-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rosidl-release/archive/release/iron/rosidl_generator_cpp/4.0.1-1.tar.gz"; name = "4.0.1-1.tar.gz"; sha256 = "f997e396afb091a0425bc2842c1860d4607dd3a6497b1ae4403d44d1b5da1da4"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ ament-cmake-core ament-index-python python3 rosidl-cli rosidl-generator-c rosidl-generator-type-description rosidl-parser rosidl-pycommon rosidl-runtime-cpp ]; nativeBuildInputs = [ ament-cmake ament-cmake-core python3 rosidl-pycommon ]; meta = { description = "Generate the ROS interfaces in C++."; license = with lib.licenses; [ asl20 ]; }; }