summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/tilda
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/tilda
parent842e547c176ca1a8d9e4fd1bab22f8b840be52f5 (diff)
downloadnixpkgs-694862304bf19ac6eb1f730f7fc9bfd3066a4006.tar
nixpkgs-694862304bf19ac6eb1f730f7fc9bfd3066a4006.tar.gz
nixpkgs-694862304bf19ac6eb1f730f7fc9bfd3066a4006.tar.bz2
nixpkgs-694862304bf19ac6eb1f730f7fc9bfd3066a4006.tar.lz
nixpkgs-694862304bf19ac6eb1f730f7fc9bfd3066a4006.tar.xz
nixpkgs-694862304bf19ac6eb1f730f7fc9bfd3066a4006.tar.zst
nixpkgs-694862304bf19ac6eb1f730f7fc9bfd3066a4006.zip
nixos/tests: add passthru.tests to all tested terminal emulators
Diffstat (limited to 'pkgs/applications/terminal-emulators/tilda')
-rw-r--r--pkgs/applications/terminal-emulators/tilda/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/terminal-emulators/tilda/default.nix b/pkgs/applications/terminal-emulators/tilda/default.nix
index 1ea50cfff7a..01cc4f527a9 100644
--- a/pkgs/applications/terminal-emulators/tilda/default.nix
+++ b/pkgs/applications/terminal-emulators/tilda/default.nix
@@ -9,6 +9,7 @@
 , pcre2
 , vte
 , makeWrapper
+, nixosTests
 }:
 
 stdenv.mkDerivation rec {
@@ -42,6 +43,8 @@ stdenv.mkDerivation rec {
         --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
   '';
 
+  passthru.tests.test = nixosTests.terminal-emulators.tilda;
+
   meta = with lib; {
     description = "A Gtk based drop down terminal for Linux and Unix";
     homepage = "https://github.com/lanoxx/tilda/";