16 majorVersion = "0.63";
19 buildPythonPackage rec {
21 version = "${majorVersion}.${minorVersion}";
22 format = "setuptools";
25 url = "https://launchpad.net/virtkey/${majorVersion}/${version}/+download/virtkey-${version}.tar.gz";
26 sha256 = "0hd99hrxn6bh3rxcrdnad5cqjsphrn1s6fzx91q07d44k6cg6qcr";
29 nativeBuildInputs = [ pkg-config ];
41 broken = stdenv.hostPlatform.isDarwin;
42 description = "Extension to emulate keypresses and to get the layout information from the X server";
43 homepage = "https://launchpad.net/virtkey";
44 license = licenses.gpl3;
45 maintainers = with maintainers; [ abbradar ];