pylint: add top-level package

This commit is contained in:
Matthias Thym 2022-05-04 11:29:44 +02:00 committed by Sandro Jäckel
parent 423aefc9c6
commit 16e2b76b1a
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -9578,6 +9578,8 @@ with pkgs;
pyinfra = with python3Packages; toPythonApplication pyinfra;
pylint = with python3Packages; toPythonApplication pylint;
pympress = callPackage ../applications/office/pympress { };
pyspread = libsForQt5.callPackage ../applications/office/pyspread { };