summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-11-25 08:38:20 -0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-27 00:36:24 +0000
commit6197fbf7ece01ca1af2510f0a52241f2938beb9d (patch)
tree80bc3b518e7fefe4e60649d8cd7db5a7f381163f /pkgs/development
parentc2905e536256d8d822e3039682f826ca689d3691 (diff)
libdeltachat: add deltachat-desktop to passthru.tests
(cherry picked from commit d07bce0acb0b90e9e0cfc8c9df6183adc294f66f)
Diffstat (limited to 'pkgs/development')
-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;
     };
   };