Fix use of deprecated nativeComp option in Emacs

Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
magic_rb 2023-10-29 17:48:08 +01:00 committed by magic_rb
parent 4775b1544f
commit 2ff3846baf

View file

@ -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;