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
|
in
|
||||||
emacs-master-package.override {
|
emacs-master-package.override {
|
||||||
withSQLite3 = true;
|
withSQLite3 = true;
|
||||||
nativeComp = true;
|
withNativeCompilation = true;
|
||||||
withWebP = true;
|
withWebP = true;
|
||||||
withGTK3 = true;
|
withGTK3 = true;
|
||||||
withImageMagick = true;
|
withImageMagick = true;
|
||||||
|
|
Loading…
Reference in a new issue