9 # This package should be updated together with libphidget22extra
10 version = "1.21.20241122";
13 pname = "libphidget22";
17 url = "https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-${version}.tar.gz";
18 hash = "sha256-6Sib9CSaPUbAdyHfoSgQ6g4oik7+pjb7g79QftSeVIk=";
21 nativeBuildInputs = [ automake ];
23 buildInputs = [ libusb1 ];
28 description = "Phidget Inc sensor boards and electronics Library";
29 homepage = "https://www.phidgets.com/docs/OS_-_Linux";
30 license = lib.licenses.bsd3;
31 maintainers = with lib.maintainers; [ mksafavi ];
32 platforms = lib.platforms.linux;