Merge pull request #209081 from wegank/asymptote-texlive

asymptote: fix build
This commit is contained in:
Thiago Kenji Okada 2023-01-08 14:43:55 +00:00 committed by GitHub
commit 83d1c16912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2627,7 +2627,7 @@ with pkgs;
astc-encoder = callPackage ../tools/graphics/astc-encoder { };
asymptote = callPackage ../tools/graphics/asymptote {
texLive = texlive.combine { inherit (texlive) scheme-small epsf cm-super texinfo media9 ocgx2; };
texLive = texlive.combine { inherit (texlive) scheme-small epsf cm-super texinfo media9 ocgx2 collection-latexextra; };
};
async = callPackage ../development/tools/async {};