Merge pull request #209081 from wegank/asymptote-texlive
asymptote: fix build
This commit is contained in:
@@ -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 {};
|
||||
|
||||
Reference in New Issue
Block a user