20 lines
755 B
Nix
20 lines
755 B
Nix
# Automatically generated by: ros2nix --distro jazzy --output-dir repos/nix --output-as-nix-pkg-name --fetch
|
|
{ lib, buildRosPackage, fetchgit, ament-copyright, ament-flake8, ament-pep257, python3Packages }:
|
|
buildRosPackage rec {
|
|
pname = "ros-jazzy-gym-gz";
|
|
version = "1.5.0";
|
|
|
|
src = fetchgit {
|
|
url = "https://seed.solid-sinusoid.com/z48UvJQFxusYkCxa8WCjr5JNSVsVR.git";
|
|
rev = "48a8a56d5f2441627cabdf0f85b3adab3eea33af";
|
|
sha256 = "0hs3rmszdizbkxpvvkihrki61l4whnhsf1a6dwjw9ahgh98yc0qf";
|
|
};
|
|
|
|
buildType = "ament_python";
|
|
checkInputs = [ ament-copyright ament-flake8 ament-pep257 python3Packages.pytest ];
|
|
|
|
meta = {
|
|
description = "TODO: Package description";
|
|
license = with lib.licenses; [ "TODO-License-declaration" ];
|
|
};
|
|
}
|