mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-19 16:40:36 +03:00
regenerate all distros, Fri Jul 31 13:40:46 2020
This commit is contained in:
parent
e3f44c7f88
commit
3126daff39
150 changed files with 2502 additions and 270 deletions
25
distros/melodic/dynamic-graph-python/default.nix
Normal file
25
distros/melodic/dynamic-graph-python/default.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
|
||||
# Copyright 2020 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, boost, catkin, cmake, doxygen, dynamic-graph, git, roscpp }:
|
||||
buildRosPackage {
|
||||
pname = "ros-melodic-dynamic-graph-python";
|
||||
version = "3.5.3-r2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/stack-of-tasks/dynamic-graph-python-ros-release/archive/release/melodic/dynamic-graph-python/3.5.3-2.tar.gz";
|
||||
name = "3.5.3-2.tar.gz";
|
||||
sha256 = "13545602485a4127a069c383f39e937df533f9253c408465fde9cfc3ed89f73f";
|
||||
};
|
||||
|
||||
buildType = "cmake";
|
||||
buildInputs = [ doxygen git ];
|
||||
propagatedBuildInputs = [ boost catkin dynamic-graph roscpp ];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
meta = {
|
||||
description = ''Dynamic graph library Python bindings'';
|
||||
license = with lib.licenses; [ bsdOriginal ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue