libdeltachat: add deltachat-desktop to passthru.tests

This commit is contained in:
Robert Schütz 2023-11-25 08:38:20 -08:00
parent 80888d4fd8
commit d07bce0acb

View file

@ -3,6 +3,7 @@
, fetchFromGitHub
, cargo
, cmake
, deltachat-desktop
, deltachat-repl
, openssl
, perl
@ -81,7 +82,7 @@ in stdenv.mkDerivation rec {
passthru = {
inherit cargoLock;
tests = {
inherit deltachat-repl;
inherit deltachat-desktop deltachat-repl;
python = python3.pkgs.deltachat;
};
};