[macOS] install tcl-tk explicitly (#5014)

This commit is contained in:
Mikhail Koliada
2022-02-07 11:12:13 +03:00
committed by GitHub
parent 30ffa34849
commit 0740ab86e6
5 changed files with 11 additions and 2 deletions

View File

@@ -288,7 +288,8 @@ $markdown += New-MDHeader "Miscellaneous" -Level 3
$markdown += New-MDList -Style Unordered -Lines (@(
(Get-ZlibVersion),
(Get-LibXextVersion),
(Get-LibXftVersion)
(Get-LibXftVersion),
(Get-TclTkVersion)
) | Sort-Object
)