eukleides: make tlDeps a function

This commit is contained in:
Vincenzo Mantova
2026-05-23 14:05:24 +01:00
parent 27f106cf12
commit 7751dd9cbe
+5 -6
View File
@@ -9,7 +9,6 @@
getopt,
readline,
texinfo,
texlive,
versionCheckHook,
}:
@@ -92,11 +91,11 @@ stdenv.mkDerivation (finalAttrs: {
];
# packages needed by euktoeps, euktopdf and eukleides.sty
passthru.tlDeps = with texlive; [
collection-pstricks
epstopdf
iftex
moreverb
passthru.tlDeps = ps: [
ps.collection-pstricks
ps.epstopdf
ps.iftex
ps.moreverb
];
doInstallCheck = true;