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
emacs-master-package.override {
withSQLite3 = true;
nativeComp = true;
withNativeCompilation = true;
withWebP = true;
withGTK3 = true;
withImageMagick = true;