eukleides: remove legacy tlType, pkgs attributes
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user