3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.virtual-display: 0.1.5 -> 0.2.1 and disable tests

This commit is contained in:
Robert Schütz 2018-02-27 22:14:04 +01:00
parent 7076991eec
commit 5d7f24e8b5

View file

@ -2,15 +2,18 @@
buildPythonPackage rec {
pname = "PyVirtualDisplay";
version = "0.1.5";
version = "0.2.1";
propagatedBuildInputs = [ EasyProcess ];
src = fetchPypi {
inherit pname version;
sha256 = "aa6aef08995e14c20cc670d933bfa6e70d736d0b555af309b2e989e2faa9ee53";
sha256 = "012883851a992f9c53f0dc6a512765a95cf241bdb734af79e6bdfef95c6e9982";
};
# requires X server
doCheck = false;
meta = with lib; {
description = "Python wrapper for Xvfb, Xephyr and Xvnc";
homepage = "https://github.com/ponty/pyvirtualdisplay";