Alex Vong <[email protected]> skribis: > Yesterday, I try to use compile some document with context, so I > install texlive in guix. However, when I run "context --version", I > get the following error: > > mtxrun | unknown script 'context.lua' or 'mtx-context.lua' > > After doing some searching, I find out that the following works: > > $ TEXMF=`guix build texlive-texmf` context --version > > What should I add to native-search-path to set the TEXMF variable to > the output path?
It ‘TEXMF’ really a search path, or is it rather a variable that should point to a single directory? If the issue is limited to the ‘context’ program, then we may be better off wrapping ‘context’ such that ‘TEXMF’ is always set appropriately. Thoughts? Andreas? Ludo’.
