# 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 }: buildRosPackage { pname = "ros-foxy-std-msgs"; version = "2.0.4-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/common_interfaces-release/archive/release/foxy/std_msgs/2.0.4-1.tar.gz"; name = "2.0.4-1.tar.gz"; sha256 = "e3d77b3118285557c544893b84ddac21d8c490ac1098fa21c0f509c025066184"; }; buildType = "ament_cmake"; checkInputs = [ ament-lint-common ]; propagatedBuildInputs = [ builtin-interfaces rosidl-default-runtime ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ]; meta = { description = ''A package containing some standard message definitions.''; license = with lib.licenses; [ asl20 ]; }; }