diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 26b108e28ec..1b206ad644c 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 { };