1 { lib, buildPythonPackage, fetchPypi, easyprocess }:
3 buildPythonPackage rec {
4 pname = "pyvirtualdisplay";
7 propagatedBuildInputs = [ easyprocess ];
10 pname = "PyVirtualDisplay";
12 hash = "sha256-CXVbw86263JfsH7KVCX0PyNY078I4A0qm3kqGu3RYVk=";
19 description = "Python wrapper for Xvfb, Xephyr and Xvnc";
20 homepage = "https://github.com/ponty/pyvirtualdisplay";
21 license = licenses.bsdOriginal;
22 maintainers = with maintainers; [ layus ];