catdvi: replace texlive.combine with texliveInfraOnly.withPackages

This commit is contained in:
Vincenzo Mantova
2023-11-05 13:43:28 +00:00
parent 9b4d056ec5
commit 92501d7bed
@@ -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: {