summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/terminal-emulators/termite
diff options
context:
space:
mode:
authorJamie McClymont <jamie@kwiius.com>2020-11-14 07:54:56 +1300
committerJamie McClymont <jamie@kwiius.com>2022-03-20 16:48:06 +1300
commit694862304bf19ac6eb1f730f7fc9bfd3066a4006 (patch)
tree970e4e3db794341b413e4d5fab65626fa333d16e /pkgs/applications/terminal-emulators/termite
parent842e547c176ca1a8d9e4fd1bab22f8b840be52f5 (diff)
nixos/tests: add passthru.tests to all tested terminal emulators
Diffstat (limited to 'pkgs/applications/terminal-emulators/termite')
-rw-r--r--pkgs/applications/terminal-emulators/termite/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/applications/terminal-emulators/termite/default.nix b/pkgs/applications/terminal-emulators/termite/default.nix
index 96fd3409dc7a..2b05ecdc7221 100644
--- a/pkgs/applications/terminal-emulators/termite/default.nix
+++ b/pkgs/applications/terminal-emulators/termite/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitHub, fetchpatch, pkg-config, vte, gtk3, ncurses, pcre2, wrapGAppsHook }:
+{ lib, stdenv, fetchFromGitHub, fetchpatch, pkg-config, vte, gtk3, ncurses, pcre2, wrapGAppsHook, nixosTests }:
let
@@ -57,7 +57,10 @@ in stdenv.mkDerivation rec {
outputs = [ "out" "terminfo" ];
- passthru = { inherit vte-ng; };
+ passthru = {
+ inherit vte-ng;
+ tests = nixosTests.terminal-emulators.termite;
+ };
postInstall = ''
mkdir -p $terminfo/share