# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake-core }: buildRosPackage { pname = "ros-iron-ament-cmake-python"; version = "2.0.6-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/iron/ament_cmake_python/2.0.6-1.tar.gz"; name = "2.0.6-1.tar.gz"; sha256 = "651a9f8638292dc02328e742ab6dd4907bb6e716792f713251829e51bc14cc4c"; }; buildType = "ament_cmake"; propagatedBuildInputs = [ ament-cmake-core ]; nativeBuildInputs = [ ament-cmake-core ]; meta = { description = "The ability to use Python in the ament buildsystem in CMake."; license = with lib.licenses; [ asl20 ]; }; }