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

regenerate all distros, Mon Dec 9 05:16:45 2019

This commit is contained in:
Superflore 2019-12-09 05:16:46 +00:00 committed by Ben Wolsieffer
parent 166ab6841e
commit 1cdfda3fb7
4992 changed files with 27436 additions and 12893 deletions

View file

@ -0,0 +1,26 @@
# Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, rcutils, rmw-fastrtps-cpp, rmw-implementation-cmake, poco, poco-vendor, ament-lint-common, ament-cmake, ament-lint-auto, rmw-connext-cpp, rmw, rmw-opensplice-cpp, rmw-cyclonedds-cpp, ament-index-python, ament-cmake-python }:
buildRosPackage {
pname = "ros-eloquent-rmw-implementation";
version = "0.8.2-r2";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw_implementation-release/archive/release/eloquent/rmw_implementation/0.8.2-2.tar.gz";
name = "0.8.2-2.tar.gz";
sha256 = "9a9499f1ab8e784bd91ffc7ea43865a3636c25aeca052025933fb68a446d51d2";
};
buildType = "ament_cmake";
buildInputs = [ rcutils rmw-fastrtps-cpp rmw-implementation-cmake poco poco-vendor rmw-connext-cpp rmw rmw-opensplice-cpp rmw-cyclonedds-cpp ];
checkInputs = [ ament-lint-common ament-lint-auto ];
propagatedBuildInputs = [ poco poco-vendor ament-index-python rmw-implementation-cmake ];
nativeBuildInputs = [ ament-cmake-python ament-cmake ];
meta = {
description = ''The decision which ROS middleware implementation should be used for C++.'';
license = with lib.licenses; [ asl20 ];
};
}