mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
Fix typo in name prefix for emacs-unstable-pgtk
This commit is contained in:
parent
e417bd7c85
commit
a4ee09a79b
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ let
|
|||
|
||||
emacs-unstable = (mkGitEmacs "emacs-unstable" ../repos/emacs/emacs-unstable.json) { };
|
||||
|
||||
emacs-unstable-pgtk = (mkGitEmacs "emacs-unstable" ../repos/emacs/emacs-unstable.json) { withPgtk = true; };
|
||||
emacs-unstable-pgtk = (mkGitEmacs "emacs-unstable-pgtk" ../repos/emacs/emacs-unstable.json) { withPgtk = true; };
|
||||
|
||||
emacs-lsp = (mkGitEmacs "emacs-lsp" ../repos/emacs/emacs-lsp.json) { withTreeSitter = false; };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue