mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Fix use of deprecated nativeComp
option in Emacs
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
4775b1544f
commit
2ff3846baf
|
@ -37,7 +37,7 @@
|
|||
in
|
||||
emacs-master-package.override {
|
||||
withSQLite3 = true;
|
||||
nativeComp = true;
|
||||
withNativeCompilation = true;
|
||||
withWebP = true;
|
||||
withGTK3 = true;
|
||||
withImageMagick = true;
|
||||
|
|
Loading…
Reference in a new issue