From 9278b39e9012cb85ea41e578697caa873282d0bb Mon Sep 17 00:00:00 2001 From: rewine Date: Tue, 1 Aug 2023 17:49:39 +0800 Subject: deepin-terminal: enable nixosTests.terminal-emulators --- pkgs/desktops/deepin/apps/deepin-terminal/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/desktops') 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"; -- cgit 1.4.1