# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-index-python, python-qt-binding, qt-gui, qt-gui-py-common, rclpy, rqt-gui, rqt-gui-py }: buildRosPackage { pname = "ros-foxy-rqt-py-console"; version = "1.0.1-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rqt_py_console-release/archive/release/foxy/rqt_py_console/1.0.1-1.tar.gz"; name = "1.0.1-1.tar.gz"; sha256 = "1f8ca426804703dce0530abddfa66a3ec9fff96a7038a953793c8ba6f6df81ef"; }; buildType = "ament_python"; propagatedBuildInputs = [ ament-index-python python-qt-binding qt-gui qt-gui-py-common rclpy rqt-gui rqt-gui-py ]; meta = { description = ''rqt_py_console is a Python GUI plugin providing an interactive Python console.''; license = with lib.licenses; [ bsdOriginal ]; }; }