# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-common, rosidl-default-generators, rosidl-default-runtime }: buildRosPackage { pname = "ros-iron-ros2cli-test-interfaces"; version = "0.25.8-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/ros2cli-release/archive/release/iron/ros2cli_test_interfaces/0.25.8-1.tar.gz"; name = "0.25.8-1.tar.gz"; sha256 = "337ff3b710ffa371f99e80b02d652ecea4497ad75bb7f5235ae05389b700e79b"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake rosidl-default-generators ]; checkInputs = [ ament-lint-common ]; propagatedBuildInputs = [ rosidl-default-runtime ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ]; meta = { description = "A package containing interface definitions for testing ros2cli."; license = with lib.licenses; [ asl20 ]; }; }