diff --git a/pkgs/tools/typesetting/tex/catdvi/default.nix b/pkgs/tools/typesetting/tex/catdvi/default.nix index ea2b49423f22..924aa57ece99 100644 --- a/pkgs/tools/typesetting/tex/catdvi/default.nix +++ b/pkgs/tools/typesetting/tex/catdvi/default.nix @@ -3,14 +3,13 @@ , fetchurl , fetchpatch , texlive +, texliveInfraOnly , buildPackages }: let buildPlatformTools = [ "pse2unic" "adobe2h" ]; - tex = texlive.combine { - inherit (texlive) collection-fontsrecommended; - }; + tex = texliveInfraOnly.withPackages (ps: [ ps.collection-fontsrecommended ]); in stdenv.mkDerivation (finalAttrs: {