python3Packages.mautrix: add pythonImportsCheck
This commit is contained in:
parent
d3d4172e0e
commit
e503f864d7
@ -26,6 +26,8 @@ buildPythonPackage rec {
|
|||||||
# no tests available
|
# no tests available
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "mautrix" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/tulir/mautrix-python";
|
homepage = "https://github.com/tulir/mautrix-python";
|
||||||
description = "A Python 3 asyncio Matrix framework.";
|
description = "A Python 3 asyncio Matrix framework.";
|
||||||
|
Loading…
Reference in New Issue
Block a user