Skip to content

Commit

Permalink
pythonPackages.virtual-display: 0.1.5 -> 0.2.1 and disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz committed Feb 27, 2018
1 parent 7076991 commit 5d7f24e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/development/python-modules/virtual-display/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 5d7f24e

Please sign in to comment.