From 684052af53c135fc85ff64519ef79390ad2b29f5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 18 Nov 2015 21:24:54 +0100 Subject: [PATCH] asymptote: switch to the new texlive implementation --- pkgs/top-level/all-packages.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 { };