Commit 6197fbf7 authored by Robert Schütz's avatar Robert Schütz Committed by github-actions[bot]
Browse files

libdeltachat: add deltachat-desktop to passthru.tests

(cherry picked from commit d07bce0a)
parent c2905e53
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
    };
  };