# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-ros, ament-lint-auto, ament-lint-common, performance-test-fixture, rcutils, rosidl-typesupport-interface }: buildRosPackage { pname = "ros-iron-rosidl-runtime-c"; version = "4.0.1-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rosidl-release/archive/release/iron/rosidl_runtime_c/4.0.1-1.tar.gz"; name = "4.0.1-1.tar.gz"; sha256 = "86a585736bad921da140699c86a2c67cf102bc7adc07c4518a7a666f3f3e3044"; }; 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 ament-cmake-ros ]; meta = { description = "Provides definitions, initialization and finalization functions, and macros for getting and working with rosidl typesupport types in C."; license = with lib.licenses; [ asl20 ]; }; }