mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +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
25
distros/iron/phidgets-api/default.nix
Normal file
25
distros/iron/phidgets-api/default.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
|
||||
# Copyright 2023 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, libphidget22 }:
|
||||
buildRosPackage {
|
||||
pname = "ros-iron-phidgets-api";
|
||||
version = "2.3.1-r3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/iron/phidgets_api/2.3.1-3.tar.gz";
|
||||
name = "2.3.1-3.tar.gz";
|
||||
sha256 = "60ca50199b6ce96e8c75bc8a29f4c7a0066c32a323b4ff10e8be77008202ee77";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ament-cmake-ros ];
|
||||
propagatedBuildInputs = [ libphidget22 ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
description = ''A C++ Wrapper for the Phidgets C API'';
|
||||
license = with lib.licenses; [ bsdOriginal ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue