Downgrade to Emacs Unstable from Emacs Git (master)
This commit is contained in:
parent
9116e95a03
commit
d0efa40c63
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ let
|
||||||
cp $f $out/"libtree-sitter-$(basename $f)"
|
cp $f $out/"libtree-sitter-$(basename $f)"
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
emacsWithoutPackages = pkgs'.emacs-git.override {
|
emacsWithoutPackages = pkgs'.emacs-unstable.override {
|
||||||
withSQLite3 = true;
|
withSQLite3 = true;
|
||||||
withWebP = true;
|
withWebP = true;
|
||||||
withPgtk = true;
|
withPgtk = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue