asymptote: switch to the new texlive implementation

This commit is contained in:
Peter Simons 2015-11-18 21:24:54 +01:00
parent acf2ee7ed0
commit 684052af53

View file

@ -562,9 +562,7 @@ let
asciinema = goPackages.asciinema.bin // { outputs = [ "bin" ]; };
asymptote = callPackage ../tools/graphics/asymptote {
texLive = texLiveAggregationFun {
paths = [ texLive texLiveExtra texLiveCMSuper ];
};
texLive = texlive.combine { inherit (texlive) scheme-small epsf cm-super; };
};
atomicparsley = callPackage ../tools/video/atomicparsley { };