From 51a14e3340e38fe2568d9f92beb0ca418dc42a64 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Sun, 22 Aug 2021 22:56:57 +0200 Subject: [PATCH] maestral-gui: Add pythonImportsCheck --- pkgs/applications/networking/maestral-qt/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/networking/maestral-qt/default.nix b/pkgs/applications/networking/maestral-qt/default.nix index cff3e3f13f4c..2040aa39cebd 100644 --- a/pkgs/applications/networking/maestral-qt/default.nix +++ b/pkgs/applications/networking/maestral-qt/default.nix @@ -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;