# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-copyright, ament-cmake-test, launch-testing, python-cmake-module }: buildRosPackage { pname = "ros-rolling-launch-testing-ament-cmake"; version = "3.2.1-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/launch-release/archive/release/rolling/launch_testing_ament_cmake/3.2.1-1.tar.gz"; name = "3.2.1-1.tar.gz"; sha256 = "975a2ddba08d28297ea9e58f4ed2d36933dba9ff60c159bb87ebc235f367ea8f"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; checkInputs = [ ament-cmake-copyright launch-testing python-cmake-module ]; propagatedBuildInputs = [ ament-cmake-test launch-testing python-cmake-module ]; nativeBuildInputs = [ ament-cmake ament-cmake-test launch-testing python-cmake-module ]; meta = { description = ''A package providing cmake functions for running launch tests from the build.''; license = with lib.licenses; [ asl20 bsdOriginal ]; }; }