2 , buildPythonPackage, isPy27
9 buildPythonPackage rec {
13 src = fetchFromGitHub {
17 sha256 = "0h3ccr8zi7xpgn6hz43x1045x5l4bhha7py8x00g8bv6gaqlbwxn";
20 propagatedBuildInputs = [
31 homepage = "https://github.com/sibson/vncdotool";
32 description = "A command line VNC client and python library";
33 license = licenses.mit;
34 maintainers = with maintainers; [ elitak ];
35 platforms = with platforms; linux ++ darwin;