diff --git a/pkgs/development/python-modules/asciimatics/default.nix b/pkgs/development/python-modules/asciimatics/default.nix index 7fcf67687929..aafbaa15ffe7 100644 --- a/pkgs/development/python-modules/asciimatics/default.nix +++ b/pkgs/development/python-modules/asciimatics/default.nix @@ -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";