diff options
| author | Vincenzo Mantova <1962985+xworld21@users.noreply.github.com> | 2023-11-12 00:07:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-11 19:07:35 -0500 |
| commit | ad6d039eb5e08ec89c3d065d868e2b23ece6e02c (patch) | |
| tree | b4ffdaa9338fd831f79975e140b354f869728078 | |
| parent | Merge pull request #241599 from NixOS/backport-240445-to-release-23.05 (diff) | |
| download | nixpkgs-ad6d039eb5e08ec89c3d065d868e2b23ece6e02c.tar.gz | |
texlive.combine: ensure rungs is available in bin (#266856)
| -rw-r--r-- | pkgs/tools/typesetting/tex/texlive/combine.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/combine.nix b/pkgs/tools/typesetting/tex/texlive/combine.nix index 008b519cd830..dfb47ffb47d1 100644 --- a/pkgs/tools/typesetting/tex/texlive/combine.nix +++ b/pkgs/tools/typesetting/tex/texlive/combine.nix @@ -297,6 +297,7 @@ in (buildEnv { # install (wrappers for) scripts, based on a list from upstream texlive '' source '${bin.core.out}/share/texmf-dist/scripts/texlive/scripts.lst' + texmf_scripts+=' texlive/rungs.lua' # TL2022: file was renamed from rungs.tlu to rungs.lua but not updated in scripts.lst for s in $texmf_scripts; do [[ -x "$TEXMFDIST/scripts/$s" ]] || continue tName="$(basename $s | sed 's/\.[a-z]\+$//')" # remove extension |
