vte: add tested vte-based terminals to passthru.tests

This commit is contained in:
Jamie McClymont 2020-11-14 08:01:30 +13:00
parent 694862304b
commit 2708692778

View File

@ -22,6 +22,7 @@
, icu , icu
, systemd , systemd
, systemdSupport ? stdenv.hostPlatform.isLinux , systemdSupport ? stdenv.hostPlatform.isLinux
, nixosTests
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -91,6 +92,9 @@ stdenv.mkDerivation rec {
packageName = pname; packageName = pname;
versionPolicy = "odd-unstable"; versionPolicy = "odd-unstable";
}; };
tests = {
inherit (nixosTests.terminal-emulators) gnome-terminal lxterminal mlterm roxterm sakura stupidterm terminator termite xfce4-terminal;
};
}; };
meta = with lib; { meta = with lib; {