We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d134f commit 12ca76fCopy full SHA for 12ca76f
builders/macos-python-builder.psm1
@@ -31,6 +31,8 @@ class macOSPythonBuilder : NixPythonBuilder {
31
.SYNOPSIS
32
Prepare system environment by installing dependencies and required packages.
33
#>
34
+
35
+ Execute-Command -Command "brew install bzip2"
36
}
37
38
[void] Configure() {
0 commit comments