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 ];
|
buildInputs = [ libX11 libXext ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ attrs docopt pillow psutil xlib ];
|
propagatedBuildInputs = [ attrs docopt pillow psutil xlib ];
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "ueberzug" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/seebye/ueberzug";
|
homepage = "https://github.com/seebye/ueberzug";
|
||||||
description = "An alternative for w3mimgdisplay";
|
description = "An alternative for w3mimgdisplay";
|
||||||
|
|
Loading…
Reference in New Issue