runtime/robot-builder.nix

22 lines
706 B
Nix
Raw Normal View History

# Automatically generated by: ros2nix --output-as-nix-pkg-name --fetch --distro jazzy
2024-10-25 18:56:58 +03:00
{ lib, buildRosPackage, fetchFromGitHub, ament-copyright, ament-flake8, ament-pep257, pythonPackages }:
buildRosPackage rec {
pname = "ros-jazzy-robot-builder";
version = "0.0.0";
src = fetchFromGitHub {
owner = "solid-sinusoid";
repo = "robot-builder";
2024-12-01 17:31:27 +03:00
rev = "4995d978e9702e6c344ee214aa93caba6fcbb730";
hash = "sha256-qhBD8ee+cotL/J4Q4I9lOgaecnCBVxoUobKGsyeMFiU=";
2024-10-25 18:56:58 +03:00
};
buildType = "ament_python";
checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
meta = {
description = "TODO: Package description";
license = with lib.licenses; [ asl20 ];
};
}