1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 13:40:32 +03:00

regenerate all distros, Fri Nov 22 13:28:00 2024

This commit is contained in:
Superflore 2024-11-22 13:28:00 +00:00 committed by Ben Wolsieffer
parent 458ca0b17a
commit 45237061be
391 changed files with 1855 additions and 1668 deletions

View file

@ -2,22 +2,22 @@
# Copyright 2024 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-python, ament-lint-auto, ament-lint-common, orocos-kdl-vendor, pybind11-vendor, python-cmake-module, python3Packages }:
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-python, ament-lint-auto, ament-lint-common, orocos-kdl-vendor, pybind11-vendor, python3Packages }:
buildRosPackage {
pname = "ros-rolling-python-orocos-kdl-vendor";
version = "0.6.1-r1";
version = "0.7.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/orocos_kdl_vendor-release/archive/release/rolling/python_orocos_kdl_vendor/0.6.1-1.tar.gz";
name = "0.6.1-1.tar.gz";
sha256 = "02e5946740a16205338f1caa15758e9ef0c37ea9f63892ed59f18f87d4ec46c5";
url = "https://github.com/ros2-gbp/orocos_kdl_vendor-release/archive/release/rolling/python_orocos_kdl_vendor/0.7.0-1.tar.gz";
name = "0.7.0-1.tar.gz";
sha256 = "71390c209ba95ff1e4b45941c208ac81a22c0785ea7d85e0c47ed9d96a2d4e8e";
};
buildType = "ament_cmake";
buildInputs = [ ament-cmake ament-cmake-python python-cmake-module ];
buildInputs = [ ament-cmake ament-cmake-python ];
checkInputs = [ ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ orocos-kdl-vendor pybind11-vendor python3Packages.pykdl ];
nativeBuildInputs = [ ament-cmake ament-cmake-python python-cmake-module ];
nativeBuildInputs = [ ament-cmake ament-cmake-python ];
meta = {
description = "Wrapper around PyKDL, providing nothing but a dependency on PyKDL on some systems.