quarto-cli: auto updated to 1.6.39-1
This commit is contained in:
parent
d2872a1ae8
commit
5321a509c0
4 changed files with 100 additions and 71 deletions
19
repo/quarto-cli/000_pandoc_lua.diff
Normal file
19
repo/quarto-cli/000_pandoc_lua.diff
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
--- quarto-cli-1.5.55/src/command/render/pandoc.ts.original 2024-07-27 22:49:08.770086319 +1200
|
||||
+++ quarto-cli-1.5.55/src/command/render/pandoc.ts 2024-07-27 22:49:23.266719276 +1200
|
||||
@@ -235,16 +235,6 @@
|
||||
pandocEnv["QUARTO_TRACE_FILTERS"] = traceFilters + traceCountSuffix;
|
||||
}
|
||||
}
|
||||
-
|
||||
- // https://github.com/quarto-dev/quarto-cli/issues/8274
|
||||
- // do not use the default LUA_CPATH, as it will cause pandoc to
|
||||
- // load the system lua libraries, which may not be compatible with
|
||||
- // the lua version we are using
|
||||
- if (Deno.env.get("QUARTO_LUA_CPATH") !== undefined) {
|
||||
- pandocEnv["LUA_CPATH"] = getEnv("QUARTO_LUA_CPATH");
|
||||
- } else {
|
||||
- pandocEnv["LUA_CPATH"] = "";
|
||||
- }
|
||||
};
|
||||
|
||||
// compute cwd for render
|
||||
Loading…
Add table
Add a link
Reference in a new issue