Loading pkgs/applications/editors/emacs/make-emacs.nix +2 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,8 @@ withCairo ? withX, withCsrc ? true, withDbus ? stdenv.hostPlatform.isLinux, withGcMarkTrace ? false, # increase gc performance for reduced debugability # https://github.com/emacs-mirror/emacs/blob/emacs-30.2/etc/NEWS#L52-L56 withGcMarkTrace ? false, withGTK3 ? withPgtk && !noGui, withGlibNetworking ? withPgtk || withGTK3 || (withX && withXwidgets), withGpm ? stdenv.hostPlatform.isLinux, Loading Loading
pkgs/applications/editors/emacs/make-emacs.nix +2 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,8 @@ withCairo ? withX, withCsrc ? true, withDbus ? stdenv.hostPlatform.isLinux, withGcMarkTrace ? false, # increase gc performance for reduced debugability # https://github.com/emacs-mirror/emacs/blob/emacs-30.2/etc/NEWS#L52-L56 withGcMarkTrace ? false, withGTK3 ? withPgtk && !noGui, withGlibNetworking ? withPgtk || withGTK3 || (withX && withXwidgets), withGpm ? stdenv.hostPlatform.isLinux, Loading