# 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, qt-gui }: buildRosPackage { pname = "ros-foxy-qt-gui-app"; version = "1.1.2-r2"; src = fetchurl { url = "https://github.com/ros2-gbp/qt_gui_core-release/archive/release/foxy/qt_gui_app/1.1.2-2.tar.gz"; name = "1.1.2-2.tar.gz"; sha256 = "70a909573e52110d6c1cb5b64517add19021a516ffbab22a2c122ba143f3ba7c"; }; buildType = "ament_cmake"; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ ament-index-python qt-gui ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''qt_gui_app provides the main to start an instance of the integrated graphical user interface provided by qt_gui.''; license = with lib.licenses; [ bsdOriginal ]; }; }