graphviz.render: Find the graphviz binary using find-in-standard-login-path.

db4
Doug Coleman 2015-06-24 18:45:51 -07:00
parent 9d2c641a99
commit b3f953c6b4
1 changed files with 1 additions and 1 deletions
extra/graphviz/render

View File

@ -45,7 +45,7 @@ M: unsupported-encoding summary
HOOK: default-graphviz-program os ( -- 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 ;