Asymptote is still broken for LaTeX documents. 7f97fce07c8d32b22e1568f8a6553228b8567c6a fixed part of the problem by installing asymptote.sty to the correct texmf-dist path.
However, asymptote.sty is never found because the ls-R cache file (for which packages are installed) is not updated with asymptote.sty. This happens because asymptote is not prefixed with "texlive-", so the profile hooks for the modular TeX distribution are never run. I already opened an issue about this on Codeberg in #9598 and have a hacky fix in #9597. https://codeberg.org/guix/guix/issues/9598 https://codeberg.org/guix/guix/issues/9597 This may require a larger discussion about how to handle packages like this in the future? -- Raven Hallsby
