Commit 33c6d50f authored by Vincenzo Mantova's avatar Vincenzo Mantova
Browse files

mftrace: use new tex package structure

parent 3bdd2407
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -43,11 +43,7 @@ stdenv.mkDerivation (finalAttrs: rec {

  # experimental texlive.combine support
  # (note that only the bin/ folder will be combined into texlive)
  passthru = {
    tlType = "bin";
    tlDeps = with texlive; [ kpathsea t1utils metafont ];
    pkgs = [ finalAttrs.finalPackage ];
  };
  passthru.tlDeps = with texlive; [ kpathsea t1utils metafont ];

  meta = with lib; {
    description = "Scalable PostScript Fonts for MetaFont";