Merge pull request #246533 from wineee/terminal-emulators

deepin-terminal: enable nixosTests.terminal-emulators

Nick Cao c1e1fe00 de0df17f

Changed files
+6 -1
nixos
pkgs
desktops
deepin
apps
deepin-terminal
+3 -1
nixos/tests/terminal-emulators.nix
···
darktile.pkg = p: p.darktile;
+
deepin-terminal.pkg = p: p.deepin.deepin-terminal;
+
eterm.pkg = p: p.eterm;
eterm.executable = "Eterm";
eterm.pinkValue = "#D40055";
···
maintainers = [ jjjollyjim ];
};
-
machine = { pkgsInner, ... }:
+
nodes.machine = { pkgsInner, ... }:
{
imports = [ ./common/x11.nix ./common/user-account.nix ];
+3
pkgs/desktops/deepin/apps/deepin-terminal/default.nix
···
, lib
, fetchFromGitHub
, fetchpatch
+
, nixosTests
, dtkwidget
, qt5integration
, qt5platform-plugins
···
];
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";