# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake-core }: buildRosPackage { pname = "ros-rolling-ament-cmake-python"; version = "2.7.2-r2"; src = fetchurl { url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/rolling/ament_cmake_python/2.7.2-2.tar.gz"; name = "2.7.2-2.tar.gz"; sha256 = "aa0c78b36eee574545610d8efb0f110cb2967657ee7d2419b90ba1f01cba2e78"; }; 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 ]; }; }