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
texinfo lzma;
texLive = texLiveAggregationFun {
paths = [
texLive texLiveExtra
];
paths = [ texLive texLiveExtra ];
inherit makeWrapper poppler;
};
};