# Copyright 2022 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-index-python, ament-pep257, osrf-pycommon, python3Packages, pythonPackages }: buildRosPackage { pname = "ros-humble-launch"; version = "1.0.2-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/launch-release/archive/release/humble/launch/1.0.2-1.tar.gz"; name = "1.0.2-1.tar.gz"; sha256 = "75f2040167a838421ab6ff43ba4745d8990e48ad04c0d2fe966f382dabe2a3c7"; }; buildType = "ament_python"; checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ]; propagatedBuildInputs = [ ament-index-python osrf-pycommon python3Packages.importlib-metadata python3Packages.lark python3Packages.pyyaml ]; meta = { description = ''The ROS launch tool.''; license = with lib.licenses; [ asl20 ]; }; }