···82 cd builddir
83 '';
8485+ # Fails to build in parallel due to missing gnulib header dependency used in charstrg.d:
86+ # ../src/charstrg.d:319:10: fatal error: uniwidth.h: No such file or directory
87+ enableParallelBuilding = false;
88+89 postInstall =
90 lib.optionalString (withModules != [])
91 (''./clisp-link add "$out"/lib/clisp*/base "$(dirname "$out"/lib/clisp*/base)"/full''
···70 # If you need a grammar that already exists in the official orga,
71 # make sure to give it a different name.
72 otherGrammars = {
000073 "tree-sitter-clojure" = {
74 orga = "sogaiu";
75 repo = "tree-sitter-clojure";
···70 # If you need a grammar that already exists in the official orga,
71 # make sure to give it a different name.
72 otherGrammars = {
73+ "tree-sitter-beancount" = {
74+ orga = "polarmutex";
75+ repo = "tree-sitter-beancount";
76+ };
77 "tree-sitter-clojure" = {
78 orga = "sogaiu";
79 repo = "tree-sitter-clojure";