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 has been archived by the owner on Dec 2, 2020. It is now read-only.
I just tried installing postgresql via Boxen on a fresh 10.9 computer, and it seems that the tclConfig.sh file doesn't exist in a place where the build process can find it. Homebrew provides a --no-tcl option for building postgresql—any chance we could add that switch into this project, through something like include postgresql::no_tcl?
I just tried installing postgresql via Boxen on a fresh 10.9 computer, and it seems that the tclConfig.sh file doesn't exist in a place where the build process can find it. Homebrew provides a --no-tcl option for building postgresql—any chance we could add that switch into this project, through something like
include postgresql::no_tcl
?I discovered the solution by looking at this issue on the homebrew repo: Homebrew/legacy-homebrew#21099
The text was updated successfully, but these errors were encountered: