Closed fskaeh closed 3 years ago
Got a temporary fix by editing the formula myself to change the qt dependency to
depends_on "qt5"
Got a temporary fix by editing the formula myself to change the qt dependency to
depends_on "qt5"
This isn't just a temporary fix, it's the correct solution IMO (until @equalsraf comes along and tells us that Neovim-Qt now works with Qt 6). Another way to spell this would be qt@5
. I have it working in my own tap here: https://github.com/gwerbin/homebrew-tap/blob/e0dfa7e42dc514a8e0bdb60698a05e5d8a2e4607/Formula/neovim-qt.rb
Cheers, thanks for the ping.
Merged, I was able to build this morning, thanks for reporting and providing the fix :D
Due to Qt update to v6, neovim-qt doesn't build anymore, even if I previously install and symlink qt5 (the neovim-qt install will still redownload the "qt" package which points to v6):