emacs: replace 'emacs.nativeComp' in wrapper with 'nativeComp'

This commit is contained in:
Matthieu Le brazidec (r3v2d0g) 2020-12-20 21:15:18 +01:00
parent a333985d59
commit bfec6c34b4
No known key found for this signature in database
GPG key ID: 33FAA936C128C029

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