mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-29 01:35:34 +03:00
regenerate all distros, Thu Jun 9 18:50:37 2022
This commit is contained in:
parent
aa08119940
commit
1ebd89fabb
1056 changed files with 24850 additions and 671 deletions
23
distros/humble/osrf-testing-tools-cpp/default.nix
Normal file
23
distros/humble/osrf-testing-tools-cpp/default.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
|
||||
# Copyright 2022 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, cmake }:
|
||||
buildRosPackage {
|
||||
pname = "ros-humble-osrf-testing-tools-cpp";
|
||||
version = "1.5.1-r2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/osrf_testing_tools_cpp-release/archive/release/humble/osrf_testing_tools_cpp/1.5.1-2.tar.gz";
|
||||
name = "1.5.1-2.tar.gz";
|
||||
sha256 = "c1844a7e6741871fda08ce4c5574b694df092529612815dde7c28193315f1bfd";
|
||||
};
|
||||
|
||||
buildType = "cmake";
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
meta = {
|
||||
description = ''Testing tools for C++, and is used in various OSRF projects.'';
|
||||
license = with lib.licenses; [ asl20 ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue