# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, pluginlib, qt-gui, qt-gui-cpp, qt5, rclcpp }: buildRosPackage { pname = "ros-iron-rqt-gui-cpp"; version = "1.3.3-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rqt-release/archive/release/iron/rqt_gui_cpp/1.3.3-1.tar.gz"; name = "1.3.3-1.tar.gz"; sha256 = "e12a988de9c81c3bc5c975436f07ad3c76c53220a5ce9a1ec36f0180441260a6"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake qt5.qtbase ]; propagatedBuildInputs = [ pluginlib qt-gui qt-gui-cpp rclcpp ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''rqt_gui_cpp enables GUI plugins to use the C++ client library for ROS.''; license = with lib.licenses; [ bsdOriginal ]; }; }