Commit Graph

2 Commits

Author SHA1 Message Date
Lily Ballard
aee839d791 macvim: switch to building with the nixpkgs SDK
This uses the nixpkgs SDK to build, which means we can get rid of a lot
of our build hacks. This does mean we're now assuming that Xcode is in
`/Applications/Xcode.app` instead of letting xcode-select find it,
though this is configurable.

Reenable python3 support since using the nixpkgs SDK fixes the
incompatibility there.

Switch lua/perl/python/ruby/tcl support away from dynamic since vim
isn't finding the right libraries anymore, for some reason.

Remove some of the other old stuff like bits of the patchfile that don't
seem to be needed anymore.
2025-10-29 02:31:34 -07:00
Lily Ballard
9175b93e95 macvim: move Xcode 26 fix into a patch file
Also fix the hunk headers/contexts in the existing patch file to be
correct for the current version.
2025-10-26 01:54:40 -07:00