# Copyright 2020 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-pytest, ament-lint-auto, ament-lint-common, python-qt-binding, python3Packages }: buildRosPackage { pname = "ros-eloquent-qt-dotgraph"; version = "1.0.9-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/qt_gui_core-release/archive/release/eloquent/qt_dotgraph/1.0.9-1.tar.gz"; name = "1.0.9-1.tar.gz"; sha256 = "fec7b3ab9504bf0f84ac6e25b7bb0a58ec1a3a11495c8a9f71dc0da2a15ad61d"; }; buildType = "ament_cmake"; checkInputs = [ ament-cmake-pytest ament-lint-auto ament-lint-common python3Packages.pygraphviz ]; propagatedBuildInputs = [ python-qt-binding python3Packages.pydot ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''qt_dotgraph provides helpers to work with dot graphs.''; license = with lib.licenses; [ bsdOriginal ]; }; }