Skip to content

Commit

Permalink
add brew install bzip2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Jun 22, 2023
1 parent f2d134f commit 12ca76f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builders/macos-python-builder.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 12ca76f

Please sign in to comment.