runtime/env_manager/env_manager/package.nix

31 lines
805 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,
gym-gz-ros-python,
pythonPackages,
scenario,
}:
let
rbs-assets-library = pythonPackages.callPackage ../../../../rbs_assets_library/default.nix {};
in
buildRosPackage rec {
pname = "ros-jazzy-env-manager";
version = "0.0.0";
src = ./.;
buildType = "ament_python";
checkInputs = [ament-copyright ament-flake8 ament-pep257 gym-gz-ros-python pythonPackages.pytest scenario];
propagatedBuildInputs = [gym-gz-ros-python rbs-assets-library];
meta = {
description = "TODO: Package description";
license = with lib.licenses; [asl20];
};
}