mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
Add sqlite3 support for Emacs 29
This commit is contained in:
parent
0530bb0e8c
commit
765a260b12
1 changed files with 3 additions and 3 deletions
|
|
@ -87,7 +87,7 @@ let
|
|||
}
|
||||
);
|
||||
|
||||
emacsGit = mkGitEmacs "emacs-git" ./repos/emacs/emacs-master.json { };
|
||||
emacsGit = mkGitEmacs "emacs-git" ./repos/emacs/emacs-master.json { withSQLite3 = true; };
|
||||
|
||||
emacsGcc = (mkGitEmacs "emacs-gcc" ./repos/emacs/emacs-unstable.json { nativeComp = true; }).overrideAttrs (
|
||||
old: {
|
||||
|
|
@ -97,9 +97,9 @@ let
|
|||
}
|
||||
);
|
||||
|
||||
emacsPgtk = mkPgtkEmacs "emacs-pgtk" ./repos/emacs/emacs-feature_pgtk.json { };
|
||||
emacsPgtk = mkPgtkEmacs "emacs-pgtk" ./repos/emacs/emacs-feature_pgtk.json { withSQLite3 = true; };
|
||||
|
||||
emacsPgtkGcc = mkPgtkEmacs "emacs-pgtkgcc" ./repos/emacs/emacs-feature_pgtk.json { nativeComp = true; };
|
||||
emacsPgtkGcc = mkPgtkEmacs "emacs-pgtkgcc" ./repos/emacs/emacs-feature_pgtk.json { nativeComp = true; withSQLite3 = true; };
|
||||
|
||||
emacsUnstable = (mkGitEmacs "emacs-unstable" ./repos/emacs/emacs-unstable.json { }).overrideAttrs (
|
||||
old: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue