Commit 4b107d3f authored by Weijia Wang's avatar Weijia Wang
Browse files

asymptote: fix build on aarch64-darwin

parent 25fd03cf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 {};