# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-common, builtin-interfaces, rosidl-default-generators, rosidl-default-runtime, std-msgs }: buildRosPackage { pname = "ros-foxy-actionlib-msgs"; version = "2.0.4-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/common_interfaces-release/archive/release/foxy/actionlib_msgs/2.0.4-1.tar.gz"; name = "2.0.4-1.tar.gz"; sha256 = "8f4f77ee69cffa1b9cf0aade27448e44ee649a6107b08a6e298b62f366fbc3d5"; }; buildType = "ament_cmake"; checkInputs = [ ament-lint-common ]; propagatedBuildInputs = [ builtin-interfaces rosidl-default-runtime std-msgs ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ]; meta = { description = ''A package containing some message definitions used in the implementation of ROS 1 actions.''; license = with lib.licenses; [ asl20 ]; }; }