about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2023-08-01 17:49:39 +0800
committerrewine <luhongxu@deepin.org>2023-08-01 17:49:39 +0800
commit9278b39e9012cb85ea41e578697caa873282d0bb (patch)
tree927fee7aa99406023014d5c0d4fc10b0a61c496d /pkgs/desktops
parent356c6dcdf37cfb4162f534e5dcabadddbfbd6bfa (diff)
downloadnixlib-9278b39e9012cb85ea41e578697caa873282d0bb.tar
nixlib-9278b39e9012cb85ea41e578697caa873282d0bb.tar.gz
nixlib-9278b39e9012cb85ea41e578697caa873282d0bb.tar.bz2
nixlib-9278b39e9012cb85ea41e578697caa873282d0bb.tar.lz
nixlib-9278b39e9012cb85ea41e578697caa873282d0bb.tar.xz
nixlib-9278b39e9012cb85ea41e578697caa873282d0bb.tar.zst
nixlib-9278b39e9012cb85ea41e578697caa873282d0bb.zip
deepin-terminal: enable nixosTests.terminal-emulators
Diffstat (limited to 'pkgs/desktops')
-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";