1 { lib, stdenv, fetchFromGitHub, freetype, libXrender, libXft, xorgproto
2 , xinput, libXi, libXext, libXtst, libXpm, libX11, autoreconfHook
5 stdenv.mkDerivation rec {
9 src = fetchFromGitHub {
10 owner = "mahatma-kaganovich";
12 rev = "${pname}-${version}";
13 sha256 = "05ry6q75jq545kf6p20nhfywaqf2wdkfiyp6iwdpv9jh238hf7m9";
17 freetype libXrender libXft libXext libXtst libXpm libX11
18 libXi xorgproto xinput
21 nativeBuildInputs = [ autoreconfHook ];
24 homepage = "https://github.com/mahatma-kaganovich/xkbd";
25 description = "onscreen soft keyboard for X11";
26 license = licenses.gpl2Plus;
28 platforms = platforms.linux;