pythonPackages.asciimatics: add pythonImportsCheck

This commit is contained in:
Martin Weinelt 2020-11-20 01:46:46 +01:00
parent caebe2fa9a
commit b9049a50a8

View file

@ -39,6 +39,13 @@ buildPythonPackage rec {
# which is too complicated to setup here
doCheck = false;
pythonImportsCheck = [
"asciimatics.effects"
"asciimatics.renderers"
"asciimatics.scene"
"asciimatics.screen"
];
meta = with lib; {
description = "Helps to create full-screen text UIs (from interactive forms to ASCII animations) on any platform";
homepage = "https://github.com/peterbrittain/asciimatics";