wezterm: fix tests eval

commit 823242c42d "nixosTests.terminal-emulators.wezterm: drop" removed
`wezterm` test. As a result that started failing `tests` attribute eval
as:

    $ nix build --no-link -f. wezterm.tests
    error:
       error: attribute 'wezterm' missing
          127|       all-terminfo = nixosTests.allTerminfo;
          128|       terminal-emulators = nixosTests.terminal-emulators.wezterm;
             |                            ^
This commit is contained in:
Sergei Trofimovich 2023-12-29 17:32:00 +00:00
parent d20560a3ad
commit 26e34cf9aa

View file

@ -125,7 +125,8 @@ rustPlatform.buildRustPackage rec {
passthru = {
tests = {
all-terminfo = nixosTests.allTerminfo;
terminal-emulators = nixosTests.terminal-emulators.wezterm;
# the test is commented out in nixos/tests/terminal-emulators.nix
#terminal-emulators = nixosTests.terminal-emulators.wezterm;
};
terminfo = runCommand "wezterm-terminfo"
{