22 lines
843 B
Nix
22 lines
843 B
Nix
# Automatically generated by: ros2nix --output-as-nix-pkg-name --fetch --output-dir nix --distro jazzy
|
|
{ lib, buildRosPackage, fetchgit, ament-copyright, ament-flake8, ament-pep257, python3Packages, rclpy }:
|
|
buildRosPackage rec {
|
|
pname = "ros-jazzy-robonomics";
|
|
version = "0.1.0";
|
|
|
|
src = fetchgit {
|
|
url = "git@gitlab.com:robossembler/robossembler-ros2.git";
|
|
rev = "a87d5779895cadca4ef5a121d03156e85387b199";
|
|
sha256 = "0zxx8pd8y5f8qi6phwr88zx502i31clsx3wk78rsjs9zp4q3zlmm";
|
|
};
|
|
|
|
buildType = "ament_python";
|
|
sourceRoot = "${src.name}/robonomics/";
|
|
checkInputs = [ ament-copyright ament-flake8 ament-pep257 python3Packages.pytest ];
|
|
propagatedBuildInputs = [ rclpy ];
|
|
|
|
meta = {
|
|
description = "Package for Robossember-Robonomics interoperability";
|
|
license = with lib.licenses; [ "Apache-license-2.0" ];
|
|
};
|
|
}
|