Loading pkgs/tools/typesetting/tex/mftrace/default.nix +1 −5 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/tools/typesetting/tex/mftrace/default.nix +1 −5 Original line number Diff line number Diff line Loading @@ -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"; Loading