diff --git a/builders/macos-python-builder.psm1 b/builders/macos-python-builder.psm1 index 205009e..d99471b 100644 --- a/builders/macos-python-builder.psm1 +++ b/builders/macos-python-builder.psm1 @@ -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() {