mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate all distros, Fri Jan 3 13:42:37 2025
This commit is contained in:
parent
06b45cf1ea
commit
31f07eb092
6571 changed files with 9328 additions and 8833 deletions
|
@ -1,21 +1,21 @@
|
|||
|
||||
# Copyright 2024 Open Source Robotics Foundation
|
||||
# Copyright 2025 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-copyright, ament-flake8, ament-pep257, lifecycle-msgs, plansys2-msgs, python-cmake-module, pythonPackages, rclpy }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-copyright, ament-flake8, ament-pep257, lifecycle-msgs, plansys2-msgs, python-cmake-module, python3Packages, rclpy }:
|
||||
buildRosPackage {
|
||||
pname = "ros-jazzy-plansys2-support-py";
|
||||
version = "2.0.15-r1";
|
||||
version = "2.0.18-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/ros2_planning_system-release/archive/release/jazzy/plansys2_support_py/2.0.15-1.tar.gz";
|
||||
name = "2.0.15-1.tar.gz";
|
||||
sha256 = "0ad7a556ff389218f0cd26501dd068c05cd42423b5caa8e6e3f3fd0e0248a628";
|
||||
url = "https://github.com/ros2-gbp/ros2_planning_system-release/archive/release/jazzy/plansys2_support_py/2.0.18-1.tar.gz";
|
||||
name = "2.0.18-1.tar.gz";
|
||||
sha256 = "fc523657c486463f8f612b482cd3f5f330a93ae37339e9363e8ca4223fd4e4b0";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ament-cmake python-cmake-module ];
|
||||
checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
|
||||
checkInputs = [ ament-copyright ament-flake8 ament-pep257 python3Packages.pytest ];
|
||||
propagatedBuildInputs = [ lifecycle-msgs plansys2-msgs rclpy ];
|
||||
nativeBuildInputs = [ ament-cmake python-cmake-module ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue