runtime/robonomics.nix

23 lines
823 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, rclpy }:
buildRosPackage rec {
pname = "ros-jazzy-robonomics";
version = "0.1.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}/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" ];
};
}