about summary refs log tree commit diff
path: root/pkgs/desktops/deepin/apps
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/deepin/apps')
-rw-r--r--pkgs/desktops/deepin/apps/deepin-terminal/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/desktops/deepin/apps/deepin-terminal/default.nix b/pkgs/desktops/deepin/apps/deepin-terminal/default.nix
index 9f27dbaab9e8..da6d12cd6ac4 100644
--- a/pkgs/desktops/deepin/apps/deepin-terminal/default.nix
+++ b/pkgs/desktops/deepin/apps/deepin-terminal/default.nix
@@ -17,6 +17,7 @@
 , libsecret
 , chrpath
 , lxqt
+, nixosTests
 }:
 
 stdenv.mkDerivation rec {
@@ -55,6 +56,8 @@ stdenv.mkDerivation rec {
 
   strictDeps = true;
 
+  passthru.tests.test = nixosTests.terminal-emulators.deepin-terminal;
+
   meta = with lib; {
     description = "Terminal emulator with workspace, multiple windows, remote management, quake mode and other features";
     homepage = "https://github.com/linuxdeepin/deepin-terminal";