lilypond: replace texlive.combine with texliveSmall.withPackages

This commit is contained in:
Vincenzo Mantova
2023-11-05 13:43:29 +00:00
parent 6bc7fe6c11
commit f6a496b3de
+1 -3
View File
@@ -3,9 +3,7 @@
, fontconfig, freetype, pango, fontforge, help2man, zip, netpbm, groff
, freefont_ttf, makeFontsConf
, makeWrapper, t1utils, boehmgc, rsync
, texlive, tex ? texlive.combine {
inherit (texlive) scheme-small lh metafont epsf fontinst;
}
, texliveSmall, tex ? texliveSmall.withPackages (ps: with ps; [ lh metafont epsf fontinst ])
}:
stdenv.mkDerivation rec {