# Copyright 2023 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 }: buildRosPackage { pname = "ros-rolling-qt-gui-py-common"; version = "2.6.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/qt_gui_core-release/archive/release/rolling/qt_gui_py_common/2.6.0-1.tar.gz"; name = "2.6.0-1.tar.gz"; sha256 = "16fea9c4ff42c2b65cffa27db7e246ab8c8b0ca02878f7a0ee35368cde9c463c"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ ament-index-python python-qt-binding ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''qt_gui_py_common provides common functionality for GUI plugins written in Python.''; license = with lib.licenses; [ bsdOriginal ]; }; }