about summary refs log tree commit diff
path: root/pkgs/development/libraries/libdeltachat
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-11-25 08:38:20 -0800
committerRobert Schütz <nix@dotlambda.de>2023-11-25 08:38:20 -0800
commitd07bce0acb0b90e9e0cfc8c9df6183adc294f66f (patch)
tree8bf04d20a2da4a206d4eeedf739a78a1e9456f0c /pkgs/development/libraries/libdeltachat
parent80888d4fd8c6ebe9b3a7ca7b1bd156e804ff173f (diff)
libdeltachat: add deltachat-desktop to passthru.tests
Diffstat (limited to 'pkgs/development/libraries/libdeltachat')
-rw-r--r--pkgs/development/libraries/libdeltachat/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libdeltachat/default.nix b/pkgs/development/libraries/libdeltachat/default.nix
index 23046ccd2e105..11e34045c36f1 100644
--- a/pkgs/development/libraries/libdeltachat/default.nix
+++ b/pkgs/development/libraries/libdeltachat/default.nix
@@ -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;
     };
   };