runtime/robonomics.nix
2024-12-01 17:31:27 +03:00

22 lines
823 B
Nix

# Automatically generated by: ros2nix --output-as-nix-pkg-name --fetch --distro jazzy
{ lib, buildRosPackage, fetchgit, ament-copyright, ament-flake8, ament-pep257, pythonPackages, rclpy }:
buildRosPackage rec {
pname = "ros-jazzy-robonomics";
version = "0.1.0";
src = fetchgit {
url = "https://gitlab.com/robossembler/robossembler-ros2";
rev = "b83a68f77724d83e1a0a014ffb4da4ef42ec3a42";
sha256 = "sha256-UdshWzp+WAThBieQPIqNgpy48bLO/+FEEX/higgMJH8=";
};
buildType = "ament_python";
sourceRoot = "${src.name}/robonomics/";
checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
propagatedBuildInputs = [ rclpy ];
meta = {
description = "Package for Robossember-Robonomics interoperability";
license = with lib.licenses; [ "Apache-license-2.0" ];
};
}