Loading pkgs/applications/editors/emacs/make-emacs.nix +5 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,11 @@ zlib, # Boolean flags withNativeCompilation ? stdenv.buildPlatform.canExecute stdenv.hostPlatform, # FIXME: Native compilation breaks build and runtime on macOS 15.4; # see <https://github.com/NixOS/nixpkgs/issues/395169>. withNativeCompilation ? stdenv.buildPlatform.canExecute stdenv.hostPlatform && !stdenv.hostPlatform.isDarwin, noGui ? false, srcRepo ? true, withAcl ? false, Loading Loading
pkgs/applications/editors/emacs/make-emacs.nix +5 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,11 @@ zlib, # Boolean flags withNativeCompilation ? stdenv.buildPlatform.canExecute stdenv.hostPlatform, # FIXME: Native compilation breaks build and runtime on macOS 15.4; # see <https://github.com/NixOS/nixpkgs/issues/395169>. withNativeCompilation ? stdenv.buildPlatform.canExecute stdenv.hostPlatform && !stdenv.hostPlatform.isDarwin, noGui ? false, srcRepo ? true, withAcl ? false, Loading