repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
base16-schemes: unstable-2024-06-21 -> unstable-2024-11-12
[NixPkgs.git]
/
pkgs
/
by-name
/
si
/
siyuan
/
set-pandoc-path.patch
blob
e3b75b6988d9d7a466e510fa039247b07314c7e7
1
diff --git a/util/pandoc.go b/util/pandoc.go
2
index 5dbc58d..5f32644 100644
3
--- a/util/pandoc.go
4
+++ b/util/pandoc.go
5
@@ -97,6 +97,8 @@ var (
6
)
7
8
func InitPandoc() {
9
+ PandocBinPath = "@pandoc_path@"
10
+ return
11
if ContainerStd != Container {
12
return
13
}