From ce05c3ae6b7ad230787b17562274716f0f36eb8c Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Fri, 1 Apr 2022 10:41:43 +0800 Subject: maestral: add NixOS tests --- pkgs/applications/networking/maestral-qt/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/applications') diff --git a/pkgs/applications/networking/maestral-qt/default.nix b/pkgs/applications/networking/maestral-qt/default.nix index 2f0f3bd74ff1..9b87073f3f41 100644 --- a/pkgs/applications/networking/maestral-qt/default.nix +++ b/pkgs/applications/networking/maestral-qt/default.nix @@ -2,6 +2,7 @@ , fetchFromGitHub , python3 , wrapQtAppsHook +, nixosTests }: python3.pkgs.buildPythonApplication rec { @@ -44,6 +45,8 @@ python3.pkgs.buildPythonApplication rec { pythonImportsCheck = [ "maestral_qt" ]; + passthru.tests.maestral = nixosTests.maestral; + meta = with lib; { description = "GUI front-end for maestral (an open-source Dropbox client) for Linux"; license = licenses.mit; -- cgit 1.4.1