diff --git a/pkgs/by-name/eu/eukleides/package.nix b/pkgs/by-name/eu/eukleides/package.nix index 9d43405c6a4b..f8ef0b20da27 100644 --- a/pkgs/by-name/eu/eukleides/package.nix +++ b/pkgs/by-name/eu/eukleides/package.nix @@ -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 ];