vte: add tested vte-based terminals to passthru.tests
This commit is contained in:
parent
694862304b
commit
2708692778
@ -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; {
|
||||||
|
Loading…
Reference in New Issue
Block a user