maestral-gui: Add pythonImportsCheck
This commit is contained in:
parent
48c079758a
commit
51a14e3340
@ -40,6 +40,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
# no tests
|
# no tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "maestral_qt" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "GUI front-end for maestral (an open-source Dropbox client) for Linux";
|
description = "GUI front-end for maestral (an open-source Dropbox client) for Linux";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
Loading…
Reference in New Issue
Block a user