1 { lib, buildPythonPackage, fetchPypi, isPy27
3 , attrs, docopt, pillow, psutil, xlib }:
5 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "7ce49f351132c7d1b0f8097f6e4c5635376151ca59318540da3e296e5b21adc3";
16 buildInputs = [ libX11 libXext ];
18 propagatedBuildInputs = [ attrs docopt pillow psutil xlib ];
22 pythonImportsCheck = [ "ueberzug" ];
25 homepage = "https://github.com/seebye/ueberzug";
26 description = "An alternative for w3mimgdisplay";
27 license = licenses.gpl3;
28 maintainers = with maintainers; [ Br1ght0ne ];