From 5f253d2521e371b7e5cb6ee72ba885ada985118b Mon Sep 17 00:00:00 2001 From: adisbladis Date: Tue, 20 Jun 2023 02:26:41 +1200 Subject: [PATCH] emacs: add back support in wrapper for using passthru.treeSitter The API was changed in https://github.com/NixOS/nixpkgs/pull/235859. --- pkgs/build-support/emacs/wrapper.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/emacs/wrapper.nix b/pkgs/build-support/emacs/wrapper.nix index 5aaf04d8b312..a3842dec6997 100644 --- a/pkgs/build-support/emacs/wrapper.nix +++ b/pkgs/build-support/emacs/wrapper.nix @@ -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