mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
libdeltachat: add deltachat-desktop to passthru.tests
This commit is contained in:
parent
80888d4fd8
commit
d07bce0acb
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user