seahub: add passthru.tests

This commit is contained in:
Greizgh 2022-06-24 16:15:53 +02:00
parent dd8386c453
commit c2d6628ae9
No known key found for this signature in database
GPG Key ID: 68B0B42612A108B2

View File

@ -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; {