Loading pkgs/applications/editors/emacs/build-support/generic.nix +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: ({ addEmacsVars "$out" find $out/share/emacs -type f -name '*.el' -print0 \ | xargs -0 -I {} -n 1 -P $NIX_BUILD_CORES sh -c \ | xargs --verbose -0 -I {} -n 1 -P $NIX_BUILD_CORES sh -c \ "emacs \ --batch \ --eval '(setq large-file-warning-threshold nil)' \ Loading Loading
pkgs/applications/editors/emacs/build-support/generic.nix +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: ({ addEmacsVars "$out" find $out/share/emacs -type f -name '*.el' -print0 \ | xargs -0 -I {} -n 1 -P $NIX_BUILD_CORES sh -c \ | xargs --verbose -0 -I {} -n 1 -P $NIX_BUILD_CORES sh -c \ "emacs \ --batch \ --eval '(setq large-file-warning-threshold nil)' \ Loading