# Copyright 2019 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, catkin, pythonPackages, python-qt-binding }: buildRosPackage { pname = "ros-kinetic-qt-dotgraph"; version = "0.3.11"; src = fetchurl { url = https://github.com/ros-gbp/qt_gui_core-release/archive/release/kinetic/qt_dotgraph/0.3.11-0.tar.gz; sha256 = "c83704211bff2304481d92d983d7e5c0038e05cb6424470de3f0328455037af6"; }; checkInputs = [ pythonPackages.pygraphviz ]; propagatedBuildInputs = [ pythonPackages.pydot python-qt-binding ]; nativeBuildInputs = [ catkin ]; meta = { description = ''qt_dotgraph provides helpers to work with dot graphs.''; #license = lib.licenses.BSD; }; }