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
commit f475529d44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
''}