mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 09:47:32 +00:00
Merge pull request #277581 from trofi/wezterm-fix-tests-eval
wezterm: fix `tests` eval
This commit is contained in:
commit
4c0ec99715
@ -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"
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user