mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 02:36:39 +00:00
This serves as an alternative to Homebrew. It should be much more stable and cause less headaches over time for automated builds. There should be no change to the end user experience of using the build script, as it should still work with and use Homebrew by default. Additionally, Nix provides older Apple SDKs, allowing us to run against macOS 11.x SDKs. This allows the resulting Emacs.app builds to be compatible with macOS 11.x and later versions. In testing, this seems to be the case on macOS 11.x (x86_64) and macOS 12.x (arm64).
41 lines
821 B
Plaintext
41 lines
821 B
Plaintext
GEM
|
|
remote: http://rubygems.org/
|
|
specs:
|
|
ast (2.4.2)
|
|
json (2.8.2)
|
|
language_server-protocol (3.17.0.3)
|
|
parallel (1.26.3)
|
|
parser (3.3.6.0)
|
|
ast (~> 2.4.1)
|
|
racc
|
|
racc (1.8.1)
|
|
rainbow (3.1.1)
|
|
regexp_parser (2.9.2)
|
|
rubocop (1.68.0)
|
|
json (~> 2.3)
|
|
language_server-protocol (>= 3.17.0)
|
|
parallel (~> 1.10)
|
|
parser (>= 3.3.0.2)
|
|
rainbow (>= 2.2.2, < 4.0)
|
|
regexp_parser (>= 2.4, < 3.0)
|
|
rubocop-ast (>= 1.32.2, < 2.0)
|
|
ruby-progressbar (~> 1.7)
|
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
rubocop-ast (1.36.1)
|
|
parser (>= 3.3.1.0)
|
|
ruby-macho (4.1.0)
|
|
ruby-progressbar (1.13.0)
|
|
unicode-display_width (2.6.0)
|
|
|
|
PLATFORMS
|
|
arm64-darwin
|
|
ruby
|
|
x86_64-darwin
|
|
|
|
DEPENDENCIES
|
|
rubocop
|
|
ruby-macho
|
|
|
|
BUNDLED WITH
|
|
2.5.23
|