1 { lib, stdenv, fetchFromGitHub, autoreconfHook }:
5 version = "unstable-2019-06-03";
7 src = fetchFromGitHub {
10 rev = "6c0ed39708a5777ac620f902f39c8a0e03eefe4e";
11 sha256 = "1rnhq6b0nrmphdig1qrpzpbpqlg3943gzpw0v7p5rwcdynb6bb94";
14 nativeBuildInputs = [ autoreconfHook ];
17 description = "HID report descriptor I/O library and conversion tool";
18 homepage = "https://github.com/DIGImend/hidrd";
19 license = licenses.gpl2Plus;
20 maintainers = with maintainers; [ pacien ];
21 platforms = platforms.all;
22 broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/hidrd.x86_64-darwin
23 mainProgram = "hidrd-convert";