···8282 cd builddir
8383 '';
84848585+ # Fails to build in parallel due to missing gnulib header dependency used in charstrg.d:
8686+ # ../src/charstrg.d:319:10: fatal error: uniwidth.h: No such file or directory
8787+ enableParallelBuilding = false;
8888+8589 postInstall =
8690 lib.optionalString (withModules != [])
8791 (''./clisp-link add "$out"/lib/clisp*/base "$(dirname "$out"/lib/clisp*/base)"/full''
···7070 # If you need a grammar that already exists in the official orga,
7171 # make sure to give it a different name.
7272 otherGrammars = {
7373+ "tree-sitter-beancount" = {
7474+ orga = "polarmutex";
7575+ repo = "tree-sitter-beancount";
7676+ };
7377 "tree-sitter-clojure" = {
7478 orga = "sogaiu";
7579 repo = "tree-sitter-clojure";