python310Packages.qtile: remove mypyi linter

This commit is contained in:
Sandro Jäckel 2023-06-07 16:12:55 +02:00 committed by Gaetan Lepage
parent f1e5f1b2bc
commit fd3275036a

View File

@ -8,7 +8,6 @@
, libinput
, libxkbcommon
, mpd2
, mypy
, pango
, pkg-config
, psutil
@ -82,11 +81,6 @@ buildPythonPackage rec {
libxkbcommon
];
# for `qtile check`, needs `stubtest` and `mypy` commands
makeWrapperArgs = [
"--suffix PATH : ${lib.makeBinPath [ mypy ]}"
];
doCheck = false; # Requires X server #TODO this can be worked out with the existing NixOS testing infrastructure.
meta = with lib; {