emacs: log native compilation commands in genericBuild

This commit is contained in:
Lin Jian
2024-07-20 22:43:48 +08:00
parent 2bc61ad2ba
commit eabd7cf0fc
@@ -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)' \