Commit 479abadf authored by Vincenzo Mantova's avatar Vincenzo Mantova
Browse files

texlivePackages: init

Export all TeX Live packages at the top level.
parent a2b3416a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5400,6 +5400,7 @@ with pkgs;
  # TeX Live; see https://nixos.org/nixpkgs/manual/#sec-language-texlive
  texlive = callPackage ../tools/typesetting/tex/texlive { };
  inherit (texlive.schemes) texliveBasic texliveBookPub texliveConTeXt texliveFull texliveGUST texliveInfraOnly texliveMedium texliveMinimal texliveSmall texliveTeTeX;
  texlivePackages = recurseIntoAttrs (lib.filterAttrs (_: lib.isDerivation) texlive.pkgs);
  fop = callPackage ../tools/typesetting/fop { };