Unverified Commit eabd7cf0 authored by Lin Jian's avatar Lin Jian
Browse files

emacs: log native compilation commands in genericBuild

parent 2bc61ad2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)' \