emacs-twist / twist.nix

Build an entire Emacs configuration as a Nix package in a pure, reproducible way
GNU General Public License v3.0
66 stars 6 forks source link

Breaking change in latest Emacs version for native compilation #161

Closed terlar closed 1 month ago

terlar commented 1 month ago

The usage of comp-async-runnings: https://github.com/emacs-twist/twist.nix/blob/master/pkgs/emacs/build/comp-native.el#L17

Which apparently is a private function will break after this commit: https://github.com/emacs-mirror/emacs/commit/fd61cf3976c1c24b5a58923f6520f88db060cacd

Not sure what to do, if just using the private function or if it needs a new solution.

akirak commented 1 month ago

@terlar Thank you for reporting this issue. There have been a number of updates in the native compilation support of Emacs since I wrote this library. I will check it out soon.