# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, bond, pkg-config, rclcpp, rclcpp-lifecycle, smclib, util-linux }: buildRosPackage { pname = "ros-iron-bondcpp"; version = "4.0.0-r4"; src = fetchurl { url = "https://github.com/ros2-gbp/bond_core-release/archive/release/iron/bondcpp/4.0.0-4.tar.gz"; name = "4.0.0-4.tar.gz"; sha256 = "4e875f1293c187e7ff1b67bf49af4b3c7aef554591505b763413fdb6872bde56"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake pkg-config ]; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ bond rclcpp rclcpp-lifecycle smclib util-linux ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "C++ implementation of bond, a mechanism for checking when another process has terminated."; license = with lib.licenses; [ bsdOriginal ]; }; }