asymptote: switch to the new texlive implementation
This commit is contained in:
parent
acf2ee7ed0
commit
684052af53
|
@ -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 { };
|
||||
|
|
Loading…
Reference in New Issue