maestral-gui: Add pythonImportsCheck

This commit is contained in:
Stefan Frijters
2021-08-22 23:31:14 +02:00
parent 48c079758a
commit 51a14e3340
@@ -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;