# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-index-python, ament-lint-auto, ament-lint-common, python-qt-binding, python3Packages, qt5, tango-icon-theme }: buildRosPackage { pname = "ros-dashing-qt-gui"; version = "1.0.9-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/qt_gui_core-release/archive/release/dashing/qt_gui/1.0.9-1.tar.gz"; name = "1.0.9-1.tar.gz"; sha256 = "2cd7188fe75e1407a1be3edb6f0b0128e00c67711e21978c7a069db86f51872e"; }; buildType = "ament_cmake"; buildInputs = [ python3Packages.pyqt5 qt5.qtbase ]; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ ament-index-python python-qt-binding python3Packages.catkin-pkg tango-icon-theme ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''qt_gui provides the infrastructure for an integrated graphical user interface based on Qt. It is extensible with Python- and C++-based plugins (implemented in separate packages) which can contribute arbitrary widgets. It requires either PyQt or PySide bindings.''; license = with lib.licenses; [ bsdOriginal ]; }; }