ueberzug: Disable tests cause none are included

This commit is contained in:
Sandro Jäckel 2020-12-07 12:37:09 +01:00
parent 3edcd5e722
commit 0f81933a7d
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -14,8 +14,13 @@ buildPythonPackage rec {
};
buildInputs = [ libX11 libXext ];
propagatedBuildInputs = [ attrs docopt pillow psutil xlib ];
doCheck = false;
pythonImportsCheck = [ "ueberzug" ];
meta = with lib; {
homepage = "https://github.com/seebye/ueberzug";
description = "An alternative for w3mimgdisplay";