21 lines
772 B
Nix
21 lines
772 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, python3Packages }:
|
|
buildRosPackage rec {
|
|
pname = "ros-jazzy-env-manager";
|
|
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/env_manager/";
|
|
checkInputs = [ ament-copyright ament-flake8 ament-pep257 python3Packages.pytest ];
|
|
|
|
meta = {
|
|
description = "TODO: Package description";
|
|
license = with lib.licenses; [ asl20 ];
|
|
};
|
|
}
|