10 version = "unstable-2019-06-03";
12 src = fetchFromGitHub {
15 rev = "6c0ed39708a5777ac620f902f39c8a0e03eefe4e";
16 sha256 = "1rnhq6b0nrmphdig1qrpzpbpqlg3943gzpw0v7p5rwcdynb6bb94";
19 nativeBuildInputs = [ autoreconfHook ];
22 description = "HID report descriptor I/O library and conversion tool";
23 homepage = "https://github.com/DIGImend/hidrd";
24 license = licenses.gpl2Plus;
25 maintainers = with maintainers; [ euxane ];
26 platforms = platforms.all;
27 broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/hidrd.x86_64-darwin
28 mainProgram = "hidrd-convert";