22 lines
824 B
Nix
22 lines
824 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 = "git@gitlab.com:robossembler/robossembler-ros2.git";
|
|
rev = "ac6628f0fbebc73aabe0642704443dce097f5e1d";
|
|
sha256 = "1018mbnwn46nby07hgdmzab3wyd521lv9igbvqljv2dqxa72jhry";
|
|
};
|
|
|
|
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" ];
|
|
};
|
|
}
|