1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00

regenerate ros-dashing, Thu Sep 5 23:10:33 2019

This commit is contained in:
Ben Wolsieffer 2019-09-05 23:10:33 -04:00
parent ff57459d52
commit 03d6c3b887
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake, zeromq }:
{ lib, buildRosPackage, fetchurl, cppzmq, ament-cmake-gtest, ament-cmake }:
buildRosPackage {
pname = "ros-dashing-behaviortree-cpp-v3";
version = "3.0.9-r1";
@ -13,9 +13,9 @@ buildRosPackage {
};
buildType = "ament_cmake";
buildInputs = [ zeromq ];
buildInputs = [ cppzmq ];
checkInputs = [ ament-cmake-gtest ];
propagatedBuildInputs = [ zeromq ];
propagatedBuildInputs = [ cppzmq ];
nativeBuildInputs = [ ament-cmake ];
meta = {