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