# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, launch, python3Packages }: buildRosPackage { pname = "ros-humble-launch-xml"; version = "1.0.8-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/launch-release/archive/release/humble/launch_xml/1.0.8-1.tar.gz"; name = "1.0.8-1.tar.gz"; sha256 = "29908110ebb06a69ac658f81f910bba8440e0e846421b0b836233b0ef221e1d8"; }; buildType = "ament_python"; checkInputs = [ ament-copyright ament-flake8 ament-pep257 python3Packages.pytest ]; propagatedBuildInputs = [ launch ]; meta = { description = "XML frontend for the launch package."; license = with lib.licenses; [ asl20 ]; }; }