mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-13 21:50:38 +03:00
regenerate all distros, Mon Jun 19 17:15:22 2023
This commit is contained in:
parent
7a2b545ecb
commit
381164fc34
2124 changed files with 35727 additions and 4192 deletions
24
distros/iron/action-tutorials-py/default.nix
Normal file
24
distros/iron/action-tutorials-py/default.nix
Normal file
|
@ -0,0 +1,24 @@
|
|||
|
||||
# Copyright 2023 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-iron-action-tutorials-py";
|
||||
version = "0.27.1-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/demos-release/archive/release/iron/action_tutorials_py/0.27.1-1.tar.gz";
|
||||
name = "0.27.1-1.tar.gz";
|
||||
sha256 = "a694fc7ad2b72b70bb71a97f0b71a4effc5e10878992f08a4639a13a88a24fc6";
|
||||
};
|
||||
|
||||
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