python3Packages.sopel: add pythonImportsCheck
This commit is contained in:
parent
8c36da303e
commit
4805fb4f65
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ buildPythonPackage rec {
|
|||
popd
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "sopel" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Simple and extensible IRC bot";
|
||||
homepage = "http://sopel.chat";
|
||||
|
|
Loading…
Reference in a new issue