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