summary refs log tree commit diff
path: root/pkgs/tools/typesetting/tex
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-03-23 09:28:32 +0000
committerGitHub <noreply@github.com>2021-03-23 09:28:32 +0000
commitd280e1f78c244f71ee32c864ca24a85015f4ef74 (patch)
tree812be85da5200aea88f9a3f484aa13f652d67506 /pkgs/tools/typesetting/tex
parentee8070715992073a81a2d6fdf9e0c2c3f88488f6 (diff)
parent9adbfba80fe1c035ff02715908ab059cdb3ec848 (diff)
downloadnixpkgs-d280e1f78c244f71ee32c864ca24a85015f4ef74.tar
nixpkgs-d280e1f78c244f71ee32c864ca24a85015f4ef74.tar.gz
nixpkgs-d280e1f78c244f71ee32c864ca24a85015f4ef74.tar.bz2
nixpkgs-d280e1f78c244f71ee32c864ca24a85015f4ef74.tar.lz
nixpkgs-d280e1f78c244f71ee32c864ca24a85015f4ef74.tar.xz
nixpkgs-d280e1f78c244f71ee32c864ca24a85015f4ef74.tar.zst
nixpkgs-d280e1f78c244f71ee32c864ca24a85015f4ef74.zip
Merge pull request #116788 from veprbl/pr/texlive_find_tarballs_fix
texlive.combine: export `packages` attribute to help find-tarballs.nix
Diffstat (limited to 'pkgs/tools/typesetting/tex')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/combine.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/combine.nix b/pkgs/tools/typesetting/tex/texlive/combine.nix
index 9993263c1f6..f553908d9cc 100644
--- a/pkgs/tools/typesetting/tex/texlive/combine.nix
+++ b/pkgs/tools/typesetting/tex/texlive/combine.nix
@@ -52,6 +52,9 @@ in (buildEnv {
 
   buildInputs = [ makeWrapper ] ++ pkgList.extraInputs;
 
+  # This is set primarily to help find-tarballs.nix to do its job
+  passthru.packages = pkgList.all;
+
   postBuild = ''
     cd "$out"
     mkdir -p ./bin