mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 05:13:04 +00:00
Merge pull request #216154 from gvolpe/tree-sitter/fix-src-value
tree-sitter: fix src value
This commit is contained in:
commit
6413468c36
@ -60,7 +60,7 @@ let
|
||||
buildGrammar {
|
||||
language = grammar.language or name;
|
||||
inherit version;
|
||||
src = grammar.src or fetchGrammar grammar;
|
||||
src = grammar.src or (fetchGrammar grammar);
|
||||
location = grammar.location or null;
|
||||
};
|
||||
grammars' = import ./grammars { inherit lib; } // extraGrammars;
|
||||
|
Loading…
Reference in New Issue
Block a user