2 , buildPythonPackage, isPy27
10 buildPythonPackage rec {
14 src = fetchFromGitHub {
17 rev = "refs/tags/v${version}";
18 sha256 = "sha256-m8msWa8uUuDEjEUlXHCgYi0HFPKXLVXpXLyuQ3quNbA=";
21 propagatedBuildInputs = [
32 homepage = "https://github.com/sibson/vncdotool";
33 description = "A command line VNC client and python library";
34 license = licenses.mit;
35 maintainers = with maintainers; [ elitak ];
37 platforms = with platforms; linux ++ darwin;