asymptote: fix build on aarch64-darwin

This commit is contained in:
Weijia Wang
2022-11-10 00:33:13 +01:00
parent 25fd03cf72
commit 4b107d3fe9
-1
View File
@@ -2171,7 +2171,6 @@ with pkgs;
asymptote = callPackage ../tools/graphics/asymptote {
texLive = texlive.combine { inherit (texlive) scheme-small epsf cm-super texinfo media9 ocgx2; };
gsl = gsl_1;
};
async = callPackage ../development/tools/async {};