Skip to content

Commit

Permalink
pythonPackages.pyscreenshot: add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
austinbutler authored and Jon committed Sep 27, 2020
1 parent ce9b73c commit 5bcc4b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/python-modules/pyscreenshot/default.nix
@@ -1,7 +1,11 @@
{ lib
, buildPythonPackage
, fetchPypi
, isPy3k
, EasyProcess
, entrypoint2
, jeepney
, mss
}:

buildPythonPackage rec {
Expand All @@ -15,6 +19,10 @@ buildPythonPackage rec {

propagatedBuildInputs = [
EasyProcess
entrypoint2
] ++ lib.optionals (isPy3k) [
jeepney
mss
];

# recursive dependency on pyvirtualdisplay
Expand Down

0 comments on commit 5bcc4b2

Please sign in to comment.