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-crystal, Thu Sep 5 22:48:11 2019

This commit is contained in:
Ben Wolsieffer 2019-09-05 22:48:11 -04:00
parent 807e9720ab
commit ff57459d52
370 changed files with 730 additions and 76 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-pytest, rosidl-typesupport-c, rmw-implementation-cmake, ament-lint-common, ament-cmake, pythonPackages, python-cmake-module, rmw-implementation, rosidl-cmake, rosidl-parser, ament-index-python, ament-lint-auto, rmw, rosidl-generator-c }:
{ lib, buildRosPackage, fetchurl, ament-cmake-pytest, rosidl-typesupport-c, ament-cmake, rmw-implementation-cmake, ament-lint-common, rosidl-typesupport-interface, pythonPackages, python-cmake-module, rmw-implementation, rosidl-cmake, rosidl-parser, ament-index-python, ament-lint-auto, rmw, rosidl-generator-c }:
buildRosPackage {
pname = "ros-crystal-rosidl-generator-py";
version = "0.6.3";
@ -12,8 +12,9 @@ buildRosPackage {
sha256 = "6afe8899ecf01ee8636a5afc1f970cc2ac3ceb992349a34f1887b722bb283947";
};
buildType = "ament_cmake";
checkInputs = [ ament-cmake-pytest rosidl-typesupport-c pythonPackages.pytest rmw-implementation-cmake ament-lint-common python-cmake-module rmw-implementation rosidl-cmake rosidl-parser ament-index-python ament-lint-auto rmw rosidl-generator-c ];
propagatedBuildInputs = [ rmw-implementation-cmake rmw-implementation rosidl-parser rmw rosidl-generator-c ];
propagatedBuildInputs = [ rosidl-typesupport-c ament-cmake rmw-implementation-cmake rosidl-typesupport-interface python-cmake-module rmw-implementation rosidl-cmake rosidl-parser ament-index-python rmw rosidl-generator-c ];
nativeBuildInputs = [ ament-cmake ];
meta = {