Downgrade to Emacs Unstable from Emacs Git (master)

This commit is contained in:
Andrea Ciceri 2024-12-31 10:23:34 +01:00
parent 9116e95a03
commit d0efa40c63
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -19,7 +19,7 @@ let
cp $f $out/"libtree-sitter-$(basename $f)"
done
'';
emacsWithoutPackages = pkgs'.emacs-git.override {
emacsWithoutPackages = pkgs'.emacs-unstable.override {
withSQLite3 = true;
withWebP = true;
withPgtk = true;