regenerate all from new nix.repos
This commit is contained in:
parent
6f7b936b20
commit
3a255d5122
37 changed files with 21 additions and 533 deletions
|
@ -7,7 +7,7 @@
|
|||
ament-copyright,
|
||||
ament-flake8,
|
||||
ament-pep257,
|
||||
gym-gz-ros-python,
|
||||
gym-gz,
|
||||
pythonPackages,
|
||||
scenario
|
||||
}:
|
||||
|
@ -18,8 +18,8 @@ buildRosPackage rec {
|
|||
src = ./.;
|
||||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ament-copyright ament-flake8 ament-pep257 gym-gz-ros-python pythonPackages.pytest scenario];
|
||||
propagatedBuildInputs = [ gym-gz-ros-python ];
|
||||
checkInputs = [ament-copyright ament-flake8 ament-pep257 gym-gz pythonPackages.pytest scenario];
|
||||
propagatedBuildInputs = [ gym-gz ];
|
||||
|
||||
meta = {
|
||||
description = "TODO: Package description";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue