mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
deepin-terminal: enable nixosTests.terminal-emulators
This commit is contained in:
parent
356c6dcdf3
commit
9278b39e90
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user