You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2026. It is now read-only.
Issue
Running
brew install powershell/tap/powershellfails with the following error:Steps to Reproduce
Root Cause
In
Formula/powershell.rbat line 33:Homebrew has disabled the
depends_on macos:DSL (with no replacement). This causes the install to fail immediately.Fix
Remove line 33 from
Formula/powershell.rb:PowerShell 7.5.2 targets .NET 9, which no longer requires a minimum macOS version constraint to be declared in the formula this way.
Environment