# Copyright 2020 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-pytest, ament-lint-auto, ament-lint-common, python3Packages, pythonPackages, rosidl-adapter }: buildRosPackage { pname = "ros-eloquent-rosidl-parser"; version = "0.8.2-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rosidl-release/archive/release/eloquent/rosidl_parser/0.8.2-1.tar.gz"; name = "0.8.2-1.tar.gz"; sha256 = "293b7701f3da8f614a7f65fe0ddeafb8a9765fe2d9d25818bb40fb31c17599fa"; }; buildType = "ament_cmake"; checkInputs = [ ament-cmake-pytest ament-lint-auto ament-lint-common pythonPackages.pytest ]; propagatedBuildInputs = [ python3Packages.lark-parser rosidl-adapter ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''The parser for ROS interface files.''; license = with lib.licenses; [ asl20 ]; }; }