21 lines
734 B
Nix
21 lines
734 B
Nix
# Automatically generated by: ros2nix --distro jazzy --output-dir generated --output-as-nix-pkg-name --fetch
|
|
{ lib, buildRosPackage, fetchFromGitHub, ament-copyright, ament-flake8, ament-pep257, python3Packages }:
|
|
buildRosPackage rec {
|
|
pname = "ros-jazzy-robot-builder";
|
|
version = "0.0.0";
|
|
|
|
src = fetchFromGitHub {
|
|
owner = "solid-sinusoid";
|
|
repo = "robot-builder";
|
|
rev = "abad78494eea370d825c0e60805639f5f3b8af02";
|
|
sha256 = "1sl3gghi3fgp946ddj5dhzx7p500yaqgklnyc15nchym0xh144lf";
|
|
};
|
|
|
|
buildType = "ament_python";
|
|
checkInputs = [ ament-copyright ament-flake8 ament-pep257 python3Packages.pytest ];
|
|
|
|
meta = {
|
|
description = "TODO: Package description";
|
|
license = with lib.licenses; [ asl20 ];
|
|
};
|
|
}
|