···28282929 stripDebugList = [ "parser" ];
30303131- configurePhase = lib.optionalString generate ''
3232- tree-sitter generate
3333- '' + lib.optionalString (location != null) ''
3131+ configurePhase = lib.optionalString (location != null) ''
3432 cd ${location}
3333+ '' + lib.optionalString generate ''
3434+ tree-sitter generate
3535 '';
36363737 # When both scanner.{c,cc} exist, we should not link both since they may be the same but in