mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-13 13:40:32 +03:00
regenerate all distros, Fri Mar 1 13:05:06 2024
This commit is contained in:
parent
dd9cc83369
commit
160dfe7959
431 changed files with 1890 additions and 1626 deletions
|
@ -2,22 +2,22 @@
|
|||
# Copyright 2024 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gmock, ament-lint-auto, ament-lint-common, pybind11-vendor, yaml-cpp-vendor }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gmock, ament-lint-auto, ament-lint-common, pybind11-vendor, python-cmake-module, yaml-cpp-vendor }:
|
||||
buildRosPackage {
|
||||
pname = "ros-humble-caret-analyze-cpp-impl";
|
||||
version = "0.5.0-r1";
|
||||
version = "0.5.0-r5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/caret_analyze_cpp_impl-release/archive/release/humble/caret_analyze_cpp_impl/0.5.0-1.tar.gz";
|
||||
name = "0.5.0-1.tar.gz";
|
||||
sha256 = "0729584419c01938f12c5b8b4547a42bfe0dcbcf1e2fb148190687e1b68f3cb7";
|
||||
url = "https://github.com/ros2-gbp/caret_analyze_cpp_impl-release/archive/release/humble/caret_analyze_cpp_impl/0.5.0-5.tar.gz";
|
||||
name = "0.5.0-5.tar.gz";
|
||||
sha256 = "5c5003de6c5513668e60e0ed633864b5e528fbe7e0e4b8371339b9c7dc08a5a9";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ament-cmake ];
|
||||
buildInputs = [ ament-cmake python-cmake-module ];
|
||||
checkInputs = [ ament-cmake-gmock ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ pybind11-vendor yaml-cpp-vendor ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
nativeBuildInputs = [ ament-cmake python-cmake-module ];
|
||||
|
||||
meta = {
|
||||
description = ''c++ implementation of caret_analyze'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue