mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
! fixup
This commit is contained in:
parent
7e298ddcd9
commit
f9d18e5ddc
1 changed files with 2 additions and 5 deletions
|
@ -128,8 +128,6 @@ in buildEnv {
|
|||
mkdir $out/share/texmf-local
|
||||
)
|
||||
'' +
|
||||
# updmap.cfg seems like not needing changes
|
||||
|
||||
# now filter hyphenation patterns, in a hacky way ATM
|
||||
(let
|
||||
pnames = uniqueStrings (map (p: p.pname) pkgList.splitBin.wrong);
|
||||
|
@ -214,10 +212,9 @@ in buildEnv {
|
|||
texlinks.sh "$out/bin" && wrapBin
|
||||
(perl `type -P fmtutil.pl` --sys --all || true) | grep '^fmtutil' # too verbose
|
||||
#texlinks.sh "$out/bin" && wrapBin # do we need to regenerate format links?
|
||||
# Note that --syncwithtrees *only* removes the missing files from the configuration,
|
||||
# but does not generate map files.
|
||||
# Disable unavailable map files
|
||||
echo y | perl `type -P updmap.pl` --sys --syncwithtrees --force
|
||||
# This does generate the map files.
|
||||
# Regenerate the map files (this is optional)
|
||||
perl `type -P updmap.pl` --sys --force
|
||||
perl `type -P mktexlsr.pl` ./share/texmf-* # to make sure
|
||||
'' +
|
||||
|
|
Loading…
Reference in a new issue