eukleides: move texlive dependencies to tlDeps

This commit is contained in:
Vincenzo Mantova 2023-03-11 20:57:23 +00:00
parent 57b2634ac1
commit acb02e2fab

View File

@ -49,10 +49,12 @@ stdenv.mkDerivation (finalAttrs: rec {
outputs = [ "out" "doc" "tex" ];
passthru.tlType = "run";
passthru.pkgs = [ finalAttrs.finalPackage.tex ]
passthru = {
tlType = "run";
# packages needed by euktoeps, euktopdf and eukleides.sty
++ (with texlive; collection-pstricks.pkgs ++ epstopdf.pkgs ++ iftex.pkgs ++ moreverb.pkgs);
tlDeps = with texlive; [ collection-pstricks epstopdf iftex moreverb ];
pkgs = [ finalAttrs.finalPackage.tex ];
};
meta = {
description = "Geometry Drawing Language";