Skip to content

Commit d857adc

Browse files
committed
emacs-webrender: enable native comp and sqlite
1 parent 21f4585 commit d857adc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@
116116
(
117117
final.emacsGit.override
118118
{
119+
withSQLite3 = true;
120+
nativeComp = true;
119121
withImageMagick = true;
120122
inherit (prev) imagemagick;
121123
}

0 commit comments

Comments
 (0)