21 lines
755 B
Nix
21 lines
755 B
Nix
# Automatically generated by: ros2nix --output-as-nix-pkg-name --fetch --output-dir nix --distro jazzy
|
|
{ lib, buildRosPackage, fetchgit, launch, launch-ros, launch-testing-ament-cmake, rbs-utils }:
|
|
buildRosPackage rec {
|
|
pname = "ros-jazzy-rbs-tests";
|
|
version = "0.0.1";
|
|
|
|
src = fetchgit {
|
|
url = "git@gitlab.com:robossembler/robossembler-ros2.git";
|
|
rev = "a87d5779895cadca4ef5a121d03156e85387b199";
|
|
sha256 = "0zxx8pd8y5f8qi6phwr88zx502i31clsx3wk78rsjs9zp4q3zlmm";
|
|
};
|
|
|
|
buildType = "catkin";
|
|
sourceRoot = "${src.name}/rbs_tests/";
|
|
checkInputs = [ launch launch-ros launch-testing-ament-cmake rbs-utils ];
|
|
|
|
meta = {
|
|
description = "Integration tests for the Robossembler-ROS2";
|
|
license = with lib.licenses; [ asl20 ];
|
|
};
|
|
}
|