lol

Merge pull request #246533 from wineee/terminal-emulators

deepin-terminal: enable nixosTests.terminal-emulators

authored by

Nick Cao and committed by
GitHub
c1e1fe00 de0df17f

+6 -1
+3 -1
nixos/tests/terminal-emulators.nix
··· 35 35 36 36 darktile.pkg = p: p.darktile; 37 37 38 + deepin-terminal.pkg = p: p.deepin.deepin-terminal; 39 + 38 40 eterm.pkg = p: p.eterm; 39 41 eterm.executable = "Eterm"; 40 42 eterm.pinkValue = "#D40055"; ··· 121 123 maintainers = [ jjjollyjim ]; 122 124 }; 123 125 124 - machine = { pkgsInner, ... }: 126 + nodes.machine = { pkgsInner, ... }: 125 127 126 128 { 127 129 imports = [ ./common/x11.nix ./common/user-account.nix ];
+3
pkgs/desktops/deepin/apps/deepin-terminal/default.nix
··· 2 2 , lib 3 3 , fetchFromGitHub 4 4 , fetchpatch 5 + , nixosTests 5 6 , dtkwidget 6 7 , qt5integration 7 8 , qt5platform-plugins ··· 54 55 ]; 55 56 56 57 strictDeps = true; 58 + 59 + passthru.tests.test = nixosTests.terminal-emulators.deepin-terminal; 57 60 58 61 meta = with lib; { 59 62 description = "Terminal emulator with workspace, multiple windows, remote management, quake mode and other features";