1 { lib, buildPythonPackage, fetchPypi, isPy3k }:
3 buildPythonPackage rec {
10 sha256 = "aebd069f3e05667fe9c7b9fa4b1771fe42a4710ce1058ce0236936ce06fa5394";
13 # By default it attempts to build Windows-only functionality
18 # Skipping tests due to most relying on DISPLAY being set
19 pythonImportsCheck = [ "mss" ];
22 description = "Cross-platform multiple screenshots module in pure Python";
23 homepage = "https://github.com/BoboTiG/python-mss";
24 license = licenses.mit;
25 maintainers = with maintainers; [ austinbutler ];