mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
Build Emacs 29 with libwebp by default
This commit is contained in:
parent
6c868dbad3
commit
e46c7738bd
1 changed files with 2 additions and 1 deletions
|
|
@ -82,12 +82,13 @@ let
|
|||
}
|
||||
);
|
||||
|
||||
emacsGit = mkGitEmacs "emacs-git" ./repos/emacs/emacs-master.json { withSQLite3 = true; };
|
||||
emacsGit = mkGitEmacs "emacs-git" ./repos/emacs/emacs-master.json { withSQLite3 = true; withWebP = true; };
|
||||
|
||||
emacsNativeComp = super.emacsNativeComp or (mkGitEmacs "emacs-native-comp" ./repos/emacs/emacs-unstable.json { nativeComp = true; });
|
||||
|
||||
emacsGitNativeComp = mkGitEmacs "emacs-git-native-comp" ./repos/emacs/emacs-master.json {
|
||||
withSQLite3 = true;
|
||||
withWebP = true;
|
||||
nativeComp = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue