add brew install bzip2

This commit is contained in:
Dmitry Shibanov 2023-06-22 23:47:17 +02:00
parent f2d134f888
commit 12ca76fa14

View File

@ -31,6 +31,8 @@ class macOSPythonBuilder : NixPythonBuilder {
.SYNOPSIS
Prepare system environment by installing dependencies and required packages.
#>
Execute-Command -Command "brew install bzip2"
}
[void] Configure() {