about summary refs log tree commit diff
path: root/overlays/patches/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/patches/default.nix')
-rw-r--r--overlays/patches/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/patches/default.nix b/overlays/patches/default.nix
index 7c295f7ea09e..c6c36af6f29b 100644
--- a/overlays/patches/default.nix
+++ b/overlays/patches/default.nix
@@ -5,7 +5,7 @@ self: super: {
 
   emacs-overlay = self.extend (import ./emacs/overlay);
 
-  emacsPgtk = self.emacs-overlay.emacsPgtk.override { withPgtk = true; };
+  inherit (self.emacs-overlay) emacs-pgtk;
 
   firefoxPackages = self.callPackage ./firefox/packages.nix {
     inherit (super) firefoxPackages;