3
0
Fork 0
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:
adisbladis 2022-09-07 08:08:53 +12:00
parent ab265225e8
commit 7aeff12e66

View file

@ -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;