about summary refs log tree commit diff
path: root/overlays/patches/default.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-06-16 09:13:56 +0000
committerAlyssa Ross <hi@alyssa.is>2023-08-05 09:19:22 +0000
commit7517820d73ff3edcc8da721931aeeaf206929650 (patch)
tree32ddc2dd9ecba9f377b914bb84a719e560a4ee6e /overlays/patches/default.nix
parent99fcaeccb89621dd492203ce1f2d551c06f228ed (diff)
parentf95c33d692cc174df41e40330aec4abf2a94b673 (diff)
downloadnixlib-7517820d73ff3edcc8da721931aeeaf206929650.tar
nixlib-7517820d73ff3edcc8da721931aeeaf206929650.tar.gz
nixlib-7517820d73ff3edcc8da721931aeeaf206929650.tar.bz2
nixlib-7517820d73ff3edcc8da721931aeeaf206929650.tar.lz
nixlib-7517820d73ff3edcc8da721931aeeaf206929650.tar.xz
nixlib-7517820d73ff3edcc8da721931aeeaf206929650.tar.zst
nixlib-7517820d73ff3edcc8da721931aeeaf206929650.zip
Merge https://github.com/nix-community/emacs-overlay
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;