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