User-interface: Use default build configuration for Emacs
Alan Pearce alan@alanpearce.eu
Thu, 07 Dec 2017 16:11:01 +0100
1 files changed, 1 insertions(+), 4 deletions(-)
jump to
M modules/user-interface.nix → modules/user-interface.nix
@@ -4,10 +4,7 @@ let emacsPackage = import ../packages/emacs.nix { inherit (pkgs) stdenv; pkgs = pkgs.unstable; - emacs = pkgs.lib.overrideDerivation (pkgs.emacs.override { - withGTK2 = false; - withGTK3 = true; - }) (attrs: { + emacs = pkgs.lib.overrideDerivation (pkgs.emacs) (attrs: { postInstall = attrs.postInstall + '' rm $out/share/applications/emacs.desktop '';