Commit f6a496b3 authored by Vincenzo Mantova's avatar Vincenzo Mantova
Browse files

lilypond: replace texlive.combine with texliveSmall.withPackages

parent 6bc7fe6c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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 {