mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate ros-kinetic, Sat Apr 6 23:17:13 2019
This commit is contained in:
parent
e57f53f657
commit
06f93746ad
24 changed files with 571 additions and 6 deletions
23
kinetic/behaviortree-cpp-v3/default.nix
Normal file
23
kinetic/behaviortree-cpp-v3/default.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
|
||||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, catkin, roslib, elfutils, zeromq3 }:
|
||||
buildRosPackage {
|
||||
pname = "ros-kinetic-behaviortree-cpp-v3";
|
||||
version = "3.0.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://github.com/BehaviorTree/behaviortree_cpp_v3-release/archive/release/kinetic/behaviortree_cpp_v3/3.0.7-0.tar.gz;
|
||||
sha256 = "be5c54dc7ae328f3c0bd6bd1abdbcb073b48eec8ab19e1e6caebfc5c8a34523b";
|
||||
};
|
||||
|
||||
buildInputs = [ roslib zeromq3 elfutils ];
|
||||
propagatedBuildInputs = [ roslib zeromq3 elfutils ];
|
||||
nativeBuildInputs = [ catkin ];
|
||||
|
||||
meta = {
|
||||
description = ''This package provides the Behavior Trees core library.'';
|
||||
#license = lib.licenses.MIT;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue