From c2d6628ae97439b92a15ff2c3b0757add493a267 Mon Sep 17 00:00:00 2001 From: Greizgh Date: Fri, 24 Jun 2022 16:15:53 +0200 Subject: [PATCH] seahub: add passthru.tests --- pkgs/applications/networking/seahub/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/networking/seahub/default.nix b/pkgs/applications/networking/seahub/default.nix index 239494a2d4a1..35e9d1d087ba 100644 --- a/pkgs/applications/networking/seahub/default.nix +++ b/pkgs/applications/networking/seahub/default.nix @@ -2,6 +2,7 @@ , fetchFromGitHub , python3 , makeWrapper +, nixosTests }: let # Seahub 8.x.x does not support django-webpack-loader >=1.x.x @@ -70,6 +71,9 @@ python.pkgs.buildPythonApplication rec { passthru = { inherit python; pythonPath = python3.pkgs.makePythonPath propagatedBuildInputs; + tests = { + inherit (nixosTests) seafile; + }; }; meta = with lib; {