22 lines
904 B
Nix
22 lines
904 B
Nix
# Automatically generated by: ros2nix --output-as-nix-pkg-name --fetch --output-dir nix --distro jazzy
|
|
{ lib, buildRosPackage, fetchgit, ament-copyright, ament-flake8, ament-pep257, env-manager, env-manager-interfaces, python3Packages, robot-builder }:
|
|
buildRosPackage rec {
|
|
pname = "ros-jazzy-rbs-runtime";
|
|
version = "0.0.0";
|
|
|
|
src = fetchgit {
|
|
url = "git@gitlab.com:robossembler/robossembler-ros2.git";
|
|
rev = "a87d5779895cadca4ef5a121d03156e85387b199";
|
|
sha256 = "0zxx8pd8y5f8qi6phwr88zx502i31clsx3wk78rsjs9zp4q3zlmm";
|
|
};
|
|
|
|
buildType = "ament_python";
|
|
sourceRoot = "${src.name}/env_manager/rbs_runtime/";
|
|
checkInputs = [ ament-copyright ament-flake8 ament-pep257 python3Packages.pytest ];
|
|
propagatedBuildInputs = [ env-manager env-manager-interfaces robot-builder ];
|
|
|
|
meta = {
|
|
description = "TODO: Package description";
|
|
license = with lib.licenses; [ asl20 ];
|
|
};
|
|
}
|