22 buildPythonPackage rec {
23 pname = "pyvirtualdisplay";
28 pname = "PyVirtualDisplay";
30 hash = "sha256-CXVbw86263JfsH7KVCX0PyNY078I4A0qm3kqGu3RYVk=";
33 patches = lib.optionals stdenv.hostPlatform.isLinux [
36 xauth = lib.getExe xorg.xauth;
37 xdpyinfo = lib.getExe xorg.xdpyinfo;
41 build-system = [ setuptools ];
43 doCheck = stdenv.hostPlatform.isLinux;
52 (vncdo.overridePythonAttrs { doCheck = false; })
59 description = "Python wrapper for Xvfb, Xephyr and Xvnc";
60 homepage = "https://github.com/ponty/pyvirtualdisplay";
61 license = licenses.bsdOriginal;
62 maintainers = with maintainers; [ layus ];