mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 06:00:38 +03:00
regenerate all distros, Fri Dec 9 19:20:14 2022
This commit is contained in:
parent
7e1d0c704e
commit
3641ae391d
1163 changed files with 26719 additions and 915 deletions
24
distros/rolling/action-tutorials-py/default.nix
Normal file
24
distros/rolling/action-tutorials-py/default.nix
Normal file
|
@ -0,0 +1,24 @@
|
|||
|
||||
# Copyright 2022 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, action-tutorials-interfaces, ament-lint-auto, ament-lint-common, rclpy }:
|
||||
buildRosPackage {
|
||||
pname = "ros-rolling-action-tutorials-py";
|
||||
version = "0.23.0-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_py/0.23.0-1.tar.gz";
|
||||
name = "0.23.0-1.tar.gz";
|
||||
sha256 = "69f1fc8b7c77f166721b3676ac76e57d595fcfb4e310658207a215d648597228";
|
||||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ action-tutorials-interfaces rclpy ];
|
||||
|
||||
meta = {
|
||||
description = ''Python action tutorial code'';
|
||||
license = with lib.licenses; [ asl20 ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue