From 62657db38614020b4acb7b7de18e4cefceb91060 Mon Sep 17 00:00:00 2001 From: Vincenzo Mantova <1962985+xworld21@users.noreply.github.com> Date: Sun, 3 Sep 2023 12:02:33 +0100 Subject: texlive.combine: only derivations under .packages --- pkgs/tools/typesetting/tex/texlive/combine.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/typesetting') diff --git a/pkgs/tools/typesetting/tex/texlive/combine.nix b/pkgs/tools/typesetting/tex/texlive/combine.nix index 8a326572716..190270b486e 100644 --- a/pkgs/tools/typesetting/tex/texlive/combine.nix +++ b/pkgs/tools/typesetting/tex/texlive/combine.nix @@ -115,7 +115,7 @@ in (buildEnv { passthru = { # This is set primarily to help find-tarballs.nix to do its job - packages = pkgList.all; + packages = lib.filter lib.isDerivation pkgList.all; # useful for inclusion in the `fonts.packages` nixos option or for use in devshells fonts = "${texmfroot}/texmf-dist/fonts"; }; -- cgit 1.4.1