# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, boost, catkin, cmake, doxygen, dynamic-graph, eigenpy, git }: buildRosPackage { pname = "ros-melodic-dynamic-graph-python"; version = "4.0.3-r1"; src = fetchurl { url = "https://github.com/stack-of-tasks/dynamic-graph-python-ros-release/archive/release/melodic/dynamic-graph-python/4.0.3-1.tar.gz"; name = "4.0.3-1.tar.gz"; sha256 = "434872a6e2b6d482095a5bf4d12ab4dd3712e36e4d39d28dcd284ff57bc6a67f"; }; buildType = "cmake"; buildInputs = [ doxygen git ]; propagatedBuildInputs = [ boost catkin dynamic-graph eigenpy ]; nativeBuildInputs = [ cmake ]; meta = { description = ''Dynamic graph library Python bindings''; license = with lib.licenses; [ bsdOriginal ]; }; }