runtime/env_manager/rbs_runtime/package.nix

31 lines
775 B
Nix

# Automatically generated by: ros2nix --distro jazzy --flake --license Apache-2.0
# Copyright 2025 None
# Distributed under the terms of the Apache-2.0 license
{
lib,
buildRosPackage,
ament-copyright,
ament-flake8,
ament-pep257,
env-manager,
env-manager-interfaces,
pythonPackages,
scenario,
robot-builder,
rbs-utils
}:
buildRosPackage rec {
pname = "ros-jazzy-rbs-runtime";
version = "0.0.0";
src = ./.;
buildType = "ament_python";
checkInputs = [ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest];
propagatedBuildInputs = [pythonPackages.dacite scenario env-manager env-manager-interfaces robot-builder rbs-utils];
meta = {
description = "TODO: Package description";
license = with lib.licenses; [asl20];
};
}