pylint: add top-level package

main
Matthias Thym 2 years ago committed by Sandro Jäckel
parent 423aefc9c6
commit 16e2b76b1a
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 2
      pkgs/top-level/all-packages.nix

@ -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 { };

Loading…
Cancel
Save