eukleides: make tlDeps a function
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user