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