graphviz.render: Find the graphviz binary using find-in-standard-login-path.
parent
9d2c641a99
commit
b3f953c6b4
|
@ -45,7 +45,7 @@ M: unsupported-encoding summary
|
||||||
HOOK: default-graphviz-program os ( -- path/f )
|
HOOK: default-graphviz-program os ( -- path/f )
|
||||||
|
|
||||||
M: object default-graphviz-program ( -- path/f )
|
M: object default-graphviz-program ( -- path/f )
|
||||||
standard-layouts [ find-in-path ] find nip ;
|
standard-layouts [ find-in-standard-login-path ] map-find drop ;
|
||||||
|
|
||||||
ERROR: cannot-find-graphviz-installation ;
|
ERROR: cannot-find-graphviz-installation ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue