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
+1 -1
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 {};