mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate all distros, Fri Jul 1 13:51:59 2022
This commit is contained in:
parent
6b09de5c1a
commit
4f4522ad3a
400 changed files with 4361 additions and 1176 deletions
26
distros/foxy/maliput-object-py/default.nix
Normal file
26
distros/foxy/maliput-object-py/default.nix
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
# 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 }:
|
||||
buildRosPackage {
|
||||
pname = "ros-foxy-maliput-object-py";
|
||||
version = "0.1.1-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/maliput_object_py-release/archive/release/foxy/maliput_object_py/0.1.1-1.tar.gz";
|
||||
name = "0.1.1-1.tar.gz";
|
||||
sha256 = "ea15fa26b9356f0634a11133d38b71c877ee6c147a0d30861a8df91ec005e5c8";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ python3 ];
|
||||
checkInputs = [ ament-cmake-clang-format ament-cmake-flake8 ament-cmake-pytest ];
|
||||
propagatedBuildInputs = [ maliput-object pybind11 ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
description = ''Maliput Object bindings'';
|
||||
license = with lib.licenses; [ "BSD-Clause-3" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue