mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2026-01-06 01:02:38 -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; });
|
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 {
|
emacsGitNativeComp = mkGitEmacs "emacs-git-native-comp" ./repos/emacs/emacs-master.json {
|
||||||
withSQLite3 = true;
|
withSQLite3 = true;
|
||||||
|
withWebP = true;
|
||||||
nativeComp = true;
|
nativeComp = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue