about summary refs log tree commit diff
path: root/overlays
diff options
context:
space:
mode:
authorAnders Kaseorg <andersk@mit.edu>2023-04-12 14:45:32 -0700
committerAnders Kaseorg <andersk@mit.edu>2023-04-12 14:45:32 -0700
commitb1b45ec1178f862c3b5d69b50821f0c5c11d582c (patch)
tree0f4b55c758edfd7b43722c7e8ec28642d2db83b5 /overlays
parent29a93f82abd706561032c31ce59a0e94b3e7963f (diff)
downloadnixlib-b1b45ec1178f862c3b5d69b50821f0c5c11d582c.tar
nixlib-b1b45ec1178f862c3b5d69b50821f0c5c11d582c.tar.gz
nixlib-b1b45ec1178f862c3b5d69b50821f0c5c11d582c.tar.bz2
nixlib-b1b45ec1178f862c3b5d69b50821f0c5c11d582c.tar.lz
nixlib-b1b45ec1178f862c3b5d69b50821f0c5c11d582c.tar.xz
nixlib-b1b45ec1178f862c3b5d69b50821f0c5c11d582c.tar.zst
nixlib-b1b45ec1178f862c3b5d69b50821f0c5c11d582c.zip
Add emacsUnstablePgtk
Now that emacsUnstable is Emacs 29.0.90, we can add the pgtk variant.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Diffstat (limited to 'overlays')
-rw-r--r--overlays/emacs.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/overlays/emacs.nix b/overlays/emacs.nix
index fbbd32aef619..89a59729b819 100644
--- a/overlays/emacs.nix
+++ b/overlays/emacs.nix
@@ -144,13 +144,15 @@ let
 
   emacsUnstable = super.lib.makeOverridable (mkGitEmacs "emacs-unstable" ../repos/emacs/emacs-unstable.json) { withSQLite3 = true; withWebP = true; treeSitterPlugins = defaultTreeSitterPlugins; };
 
+  emacsUnstablePgtk = super.lib.makeOverridable (mkGitEmacs "emacs-unstable" ../repos/emacs/emacs-unstable.json) { withSQLite3 = true; withWebP = true; withPgtk = true; treeSitterPlugins = defaultTreeSitterPlugins; };
+
   emacsLsp = (mkGitEmacs "emacs-lsp" ../repos/emacs/emacs-lsp.json { noTreeSitter = true; });
 
 in
 {
   inherit emacsGit emacsUnstable;
 
-  inherit emacsPgtk;
+  inherit emacsPgtk emacsUnstablePgtk;
 
   emacsGit-nox = (
     (