mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
Merge staging-next-23.05 into staging-23.05
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user