Merge pull request #107284 from r3v2d0g/emacs-wrapper-nativecomp

emacs: replace 'emacs.nativeComp' in wrapper with 'nativeComp'
This commit is contained in:
adisbladis
2020-12-23 00:07:44 +01:00
committed by GitHub

View File

@@ -103,7 +103,7 @@ runCommand
}
mkdir -p $out/bin
mkdir -p $out/share/emacs/site-lisp
${optionalString emacs.nativeComp ''
${optionalString nativeComp ''
mkdir -p $out/share/emacs/native-lisp
''}