ueberzug: Disable tests cause none are included
This commit is contained in:
parent
3edcd5e722
commit
0f81933a7d
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue