catdvi: replace texlive.combine with texliveInfraOnly.withPackages

This commit is contained in:
Vincenzo Mantova 2023-11-04 20:02:31 +00:00
parent 9b4d056ec5
commit 92501d7bed

View File

@ -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: {