asymptote: fix build on darwin

This commit is contained in:
Jason "Don" O'Conal 2013-09-03 07:53:36 +10:00 committed by Vladimír Čunát
parent e1dc4d8ea8
commit c93d33b74e

View File

@ -417,9 +417,9 @@ let
mesa ncurses readline gsl libsigsegv python zlib perl mesa ncurses readline gsl libsigsegv python zlib perl
texinfo lzma; texinfo lzma;
texLive = texLiveAggregationFun { texLive = texLiveAggregationFun {
paths = [ paths = [ texLive texLiveExtra ];
texLive texLiveExtra
]; inherit makeWrapper poppler;
}; };
}; };