deepin-terminal: enable nixosTests.terminal-emulators

This commit is contained in:
rewine 2023-08-01 17:49:39 +08:00
parent 356c6dcdf3
commit 9278b39e90
No known key found for this signature in database
GPG Key ID: 2964FF5514455F51
2 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,8 @@ let tests = {
darktile.pkg = p: p.darktile;
deepin-terminal.pkg = p: p.deepin.deepin-terminal;
eterm.pkg = p: p.eterm;
eterm.executable = "Eterm";
eterm.pinkValue = "#D40055";

View File

@ -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";