mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate ros-crystal, Thu Sep 5 22:48:11 2019
This commit is contained in:
parent
807e9720ab
commit
ff57459d52
370 changed files with 730 additions and 76 deletions
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-lint-common, fastrtps, ament-cmake-ros, fastcdr, ament-lint-auto, rcutils, fastrtps-cmake-module, rmw }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-common, fastrtps, ament-cmake-ros, fastcdr, ament-lint-auto, rcutils, fastrtps-cmake-module, rmw }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-rmw-fastrtps-shared-cpp";
|
||||
version = "0.6.2";
|
||||
|
@ -12,9 +12,10 @@ buildRosPackage {
|
|||
sha256 = "e1621ea08ed960bcb88359e26b1a805dc3c233c5edebe3964e8a4a263cfc6422";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ fastrtps fastcdr rcutils fastrtps-cmake-module rmw ];
|
||||
checkInputs = [ ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ fastrtps fastcdr rcutils fastrtps-cmake-module rmw ];
|
||||
propagatedBuildInputs = [ ament-cmake fastrtps fastcdr rcutils fastrtps-cmake-module rmw ];
|
||||
nativeBuildInputs = [ fastrtps-cmake-module ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue