1 { lib, stdenv, fetchurl }:
8 description = "Manipulate the scancode/keycode translation tables of keyboard drivers";
9 mainProgram = "keyfuzz";
10 homepage = "http://0pointer.de/lennart/projects/keyfuzz/";
11 license = licenses.gpl2Plus;
12 platforms = platforms.linux;
13 maintainers = with maintainers; [ mboes ];
17 url = "http://0pointer.de/lennart/projects/keyfuzz/keyfuzz-0.2.tar.gz";
18 sha256 = "0xv9ymivp8fnyc5xcyh1vamxnx90bzw66wlld813fvm6q2gsiknk";
21 configureFlags = [ "--without-initdir" "--disable-lynx" ];