mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate all distros, Fri Jul 22 14:48:09 2022
This commit is contained in:
parent
055101b832
commit
3abd0bcf36
253 changed files with 2461 additions and 776 deletions
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2022 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-clang-format, ament-cmake-flake8, ament-cmake-pytest, maliput-object, pybind11, python3 }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-clang-format, ament-cmake-flake8, ament-cmake-pytest, maliput-object, python3, pythonPackages }:
|
||||
buildRosPackage {
|
||||
pname = "ros-foxy-maliput-object-py";
|
||||
version = "0.1.1-r1";
|
||||
|
@ -16,7 +16,7 @@ buildRosPackage {
|
|||
buildType = "ament_cmake";
|
||||
buildInputs = [ python3 ];
|
||||
checkInputs = [ ament-cmake-clang-format ament-cmake-flake8 ament-cmake-pytest ];
|
||||
propagatedBuildInputs = [ maliput-object pybind11 ];
|
||||
propagatedBuildInputs = [ maliput-object pythonPackages.pybind11 ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue