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