# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-concepts, ecl-license, ecl-mpl }: buildRosPackage { pname = "ros-iron-ecl-utilities"; version = "1.2.1-r4"; src = fetchurl { url = "https://github.com/ros2-gbp/ecl_core-release/archive/release/iron/ecl_utilities/1.2.1-4.tar.gz"; name = "1.2.1-4.tar.gz"; sha256 = "1198d757d252a1136b3aee39ba2f9a44aee7d715e00051103935ab774d3e04d3"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake-ros ecl-build ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ ecl-concepts ecl-license ecl-mpl ]; nativeBuildInputs = [ ament-cmake-ros ]; meta = { description = "Includes various supporting tools and utilities for c++ programming."; license = with lib.licenses; [ bsdOriginal ]; }; }