asymptote: fix build

This commit is contained in:
Weijia Wang
2023-01-04 21:23:29 +01:00
parent 83481b8708
commit d42793b23c
+1 -1
View File
@@ -2625,7 +2625,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 {};