diff --git a/overlays/emacs-master-nativecomp/default.nix b/overlays/emacs-master-nativecomp/default.nix index 2014439..384e293 100644 --- a/overlays/emacs-master-nativecomp/default.nix +++ b/overlays/emacs-master-nativecomp/default.nix @@ -39,6 +39,12 @@ withSQLite3 = true; nativeComp = true; withWebP = true; + withGTK3 = true; + withImageMagick = true; + withTreeSitter = true; + withXinput2 = true; + withXwidgets = true; + withX = true; }; }; }