runtime/env-manager.nix

22 lines
753 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, fetchgit, ament-copyright, ament-flake8, ament-pep257, pythonPackages }:
buildRosPackage rec {
pname = "ros-jazzy-env-manager";
2024-10-25 18:56:58 +03:00
version = "0.0.0";
src = fetchgit {
url = "git@gitlab.com:robossembler/robossembler-ros2.git";
rev = "ac6628f0fbebc73aabe0642704443dce097f5e1d";
sha256 = "1018mbnwn46nby07hgdmzab3wyd521lv9igbvqljv2dqxa72jhry";
2024-10-25 18:56:58 +03:00
};
buildType = "ament_python";
sourceRoot = "${src.name}/env_manager/env_manager/";
2024-10-25 18:56:58 +03:00
checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
meta = {
description = "TODO: Package description";
license = with lib.licenses; [ asl20 ];
};
}