forked from mirrors/nixpkgs
emacs: Enable Xaw3d by default
It's a really small closure size increase and has nicer scroll bars for those that use them.
This commit is contained in:
parent
ab265225e8
commit
7aeff12e66
|
@ -27150,7 +27150,6 @@ with pkgs;
|
|||
emacs28 = callPackage ../applications/editors/emacs/28.nix {
|
||||
# use override to enable additional features
|
||||
libXaw = xorg.libXaw;
|
||||
Xaw3d = null;
|
||||
gconf = null;
|
||||
alsa-lib = null;
|
||||
acl = null;
|
||||
|
|
Loading…
Reference in a new issue