# Copyright 2022 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake-ros, libphidget22 }: buildRosPackage { pname = "ros-foxy-phidgets-api"; version = "2.0.2-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/phidgets_drivers-release/archive/release/foxy/phidgets_api/2.0.2-1.tar.gz"; name = "2.0.2-1.tar.gz"; sha256 = "3a2f290bbc698da7ca3c462af52fcb4db3f5111dcf954583215052b470c4cd97"; }; buildType = "ament_cmake"; propagatedBuildInputs = [ libphidget22 ]; nativeBuildInputs = [ ament-cmake-ros ]; meta = { description = ''A C++ Wrapper for the Phidgets C API''; license = with lib.licenses; [ bsdOriginal ]; }; }