runtime/env-manager.nix

22 lines
752 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 {
2024-10-25 19:50:46 +03:00
url = "https://gitlab.com/robossembler/robossembler-ros2";
2024-11-01 12:22:02 +03:00
rev = "72415c155ce1a410250b48a773d33545d6cb4e78";
sha256 = "sha256-ZCAPrdObbfdmZ0Oq2Nx+7CIBeXGUZnRqKbsYW+1iwYo=";
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 ];
};
}