eukleides: remove legacy tlType, pkgs attributes

This commit is contained in:
Vincenzo Mantova
2026-05-23 14:05:24 +01:00
parent aaf6a1e1f4
commit 27f106cf12
+7 -11
View File
@@ -91,17 +91,13 @@ stdenv.mkDerivation (finalAttrs: {
"tex"
];
passthru = {
tlType = "run";
# packages needed by euktoeps, euktopdf and eukleides.sty
tlDeps = with texlive; [
collection-pstricks
epstopdf
iftex
moreverb
];
pkgs = [ finalAttrs.finalPackage.tex ];
};
# packages needed by euktoeps, euktopdf and eukleides.sty
passthru.tlDeps = with texlive; [
collection-pstricks
epstopdf
iftex
moreverb
];
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];