disable check phase in plover

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-16 21:36:09 +01:00
parent 067051a84b
commit edf27c032f
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -53,6 +53,8 @@ with pkgs; rec {
checkInputs = [pytest mock]; checkInputs = [pytest mock];
propagatedBuildInputs = [babel pyqt5 xlib pyserial appdirs wcwidth setuptools plover-stroke rtf-tokenize]; propagatedBuildInputs = [babel pyqt5 xlib pyserial appdirs wcwidth setuptools plover-stroke rtf-tokenize];
installCheckPhase = "true";
dontWrapQtApps = true; dontWrapQtApps = true;
preFixup = '' preFixup = ''