pythonPackages.asciimatics: add pythonImportsCheck
This commit is contained in:
parent
caebe2fa9a
commit
b9049a50a8
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user