emacs: log native compilation commands in genericBuild
This commit is contained in:
@@ -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)' \
|
||||
|
||||
Reference in New Issue
Block a user