asymptote: fix build on darwin
This commit is contained in:
parent
e1dc4d8ea8
commit
c93d33b74e
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue