# Copyright 2019 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-lint-auto, ament-cmake, ament-lint-common }: buildRosPackage { pname = "ros-dashing-fastrtps-cmake-module"; version = "0.7.1-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rosidl_typesupport_fastrtps-release/archive/release/dashing/fastrtps_cmake_module/0.7.1-1.tar.gz"; name = "0.7.1-1.tar.gz"; sha256 = "860831223aab5578c87b90ff498fcc5d4a865b18de6dee54d2ab40e5f7e0b797"; }; buildType = "ament_cmake"; checkInputs = [ ament-lint-auto ament-lint-common ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''Provide CMake module to find eProsima FastRTPS.''; license = with lib.licenses; [ asl20 ]; }; }