deepin-terminal: enable nixosTests.terminal-emulators
This commit is contained in:
parent
356c6dcdf3
commit
9278b39e90
2 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,8 @@ let tests = {
|
||||||
|
|
||||||
darktile.pkg = p: p.darktile;
|
darktile.pkg = p: p.darktile;
|
||||||
|
|
||||||
|
deepin-terminal.pkg = p: p.deepin.deepin-terminal;
|
||||||
|
|
||||||
eterm.pkg = p: p.eterm;
|
eterm.pkg = p: p.eterm;
|
||||||
eterm.executable = "Eterm";
|
eterm.executable = "Eterm";
|
||||||
eterm.pinkValue = "#D40055";
|
eterm.pinkValue = "#D40055";
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
, libsecret
|
, libsecret
|
||||||
, chrpath
|
, chrpath
|
||||||
, lxqt
|
, lxqt
|
||||||
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -55,6 +56,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
||||||
|
passthru.tests.test = nixosTests.terminal-emulators.deepin-terminal;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Terminal emulator with workspace, multiple windows, remote management, quake mode and other features";
|
description = "Terminal emulator with workspace, multiple windows, remote management, quake mode and other features";
|
||||||
homepage = "https://github.com/linuxdeepin/deepin-terminal";
|
homepage = "https://github.com/linuxdeepin/deepin-terminal";
|
||||||
|
|
Loading…
Reference in a new issue