texlive: do not recurse into attrs

The prebuilt environments are now exported at the top level.
This commit is contained in:
Vincenzo Mantova
2023-11-04 20:02:26 +00:00
parent 80cd75f4cb
commit ae7102b8d7
+1 -1
View File
@@ -5445,7 +5445,7 @@ with pkgs;
texFunctions = callPackage ../tools/typesetting/tex/nix pkgs;
# TeX Live; see https://nixos.org/nixpkgs/manual/#sec-language-texlive
texlive = recurseIntoAttrs (callPackage ../tools/typesetting/tex/texlive { });
texlive = callPackage ../tools/typesetting/tex/texlive { };
inherit (texlive.schemes) texliveBasic texliveBookPub texliveConTeXt texliveFull texliveGUST texliveInfraOnly texliveMedium texliveMinimal texliveSmall texliveTeTeX;
fop = callPackage ../tools/typesetting/fop {