mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
Type: TERMINFO_DIRS not TERMINFO
This commit is contained in:
parent
ed993c5038
commit
6b73d2c605
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ with lib;
|
|||
{
|
||||
test = ''
|
||||
echo checking /usr/share/terminfo in environment >&2
|
||||
grep 'export TERMINFO=.*:/usr/share/terminfo' ${config.system.build.setEnvironment}
|
||||
grep 'export TERMINFO_DIRS=.*:/usr/share/terminfo' ${config.system.build.setEnvironment}
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue