maestral-gui: Add pythonImportsCheck

This commit is contained in:
Stefan Frijters 2021-08-22 22:56:57 +02:00
parent 48c079758a
commit 51a14e3340
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

@ -40,6 +40,8 @@ python3.pkgs.buildPythonApplication rec {
# no tests
doCheck = false;
pythonImportsCheck = [ "maestral_qt" ];
meta = with lib; {
description = "GUI front-end for maestral (an open-source Dropbox client) for Linux";
license = licenses.mit;