From 27f106cf12ff7e5af90bb279ee2e3af5b08942bf Mon Sep 17 00:00:00 2001 From: Vincenzo Mantova <1962985+xworld21@users.noreply.github.com> Date: Sat, 23 May 2026 13:17:19 +0100 Subject: [PATCH] eukleides: remove legacy tlType, pkgs attributes --- pkgs/by-name/eu/eukleides/package.nix | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) 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 ];