python39Packages.websockify: update meta, add import check

This commit is contained in:
Sandro Jäckel 2021-08-26 13:54:36 +02:00
parent fffc520d6e
commit 58dcdf34fa
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -15,10 +15,15 @@ buildPythonPackage rec {
propagatedBuildInputs = [ numpy ];
# Ran 0 tests in 0.000s
doCheck = false;
pythonImportsCheck = [ "websockify" ];
meta = with lib; {
description = "WebSockets support for any application/server";
homepage = "https://github.com/kanaka/websockify";
license = licenses.lgpl3;
maintainers = with maintainers; [ ];
};
}