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