Skip to content

Commit

Permalink
libdeltachat: add deltachat-desktop to passthru.tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Nov 25, 2023
1 parent 80888d4 commit d07bce0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/libraries/libdeltachat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
, fetchFromGitHub
, cargo
, cmake
, deltachat-desktop
, deltachat-repl
, openssl
, perl
Expand Down Expand Up @@ -81,7 +82,7 @@ in stdenv.mkDerivation rec {
passthru = {
inherit cargoLock;
tests = {
inherit deltachat-repl;
inherit deltachat-desktop deltachat-repl;
python = python3.pkgs.deltachat;
};
};
Expand Down

0 comments on commit d07bce0

Please sign in to comment.