diff --git a/pkgs/applications/editors/emacs/make-emacs.nix b/pkgs/applications/editors/emacs/make-emacs.nix index abb61a2a228c..ac981809ca16 100644 --- a/pkgs/applications/editors/emacs/make-emacs.nix +++ b/pkgs/applications/editors/emacs/make-emacs.nix @@ -67,11 +67,7 @@ zlib, # Boolean flags - - # FIXME: Native compilation breaks build and runtime on macOS 15.4; - # see . - withNativeCompilation ? - stdenv.buildPlatform.canExecute stdenv.hostPlatform && !stdenv.hostPlatform.isDarwin, + withNativeCompilation ? stdenv.buildPlatform.canExecute stdenv.hostPlatform, noGui ? false, srcRepo ? true, withAcl ? false,