Skip to content

Commit

Permalink
python.pkgs.xvfbwrapper: add missing test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jan 20, 2018
1 parent 70c200a commit 75c2a76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/xvfbwrapper/default.nix
Expand Up @@ -2,6 +2,7 @@
, buildPythonPackage
, fetchPypi
, xorgserver
, mock
}:

buildPythonPackage rec {
Expand All @@ -14,6 +15,8 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [ xorgserver ];

checkInputs = [ mock ];

meta = with stdenv.lib; {
description = "Run headless display inside X virtual framebuffer (Xvfb)";
homepage = https://github.com/cgoldberg/xvfbwrapper;
Expand Down

0 comments on commit 75c2a76

Please sign in to comment.