forked from mirrors/nixpkgs
emacs: add back support in wrapper for using passthru.treeSitter
The API was changed in https://github.com/NixOS/nixpkgs/pull/235859.
This commit is contained in:
parent
3ef5accbff
commit
5f253d2521
|
@ -37,7 +37,7 @@ self:
|
|||
let
|
||||
inherit (self) emacs;
|
||||
withNativeCompilation = emacs.withNativeCompilation or emacs.nativeComp or false;
|
||||
withTreeSitter = emacs.withTreeSitter or false;
|
||||
withTreeSitter = emacs.withTreeSitter or emacs.treeSitter or false;
|
||||
in
|
||||
packagesFun: # packages explicitly requested by the user
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue