texlive: Fix fallout from man/info/doc output changes

This commit is contained in:
Tuomas Tynkkynen 2017-07-12 18:44:18 +03:00
parent bd0e161f0c
commit 1a0f8263fe

View file

@ -132,8 +132,7 @@ core = stdenv.mkDerivation rec {
'')
+ /* doc location identical with individual TeX pkgs */ ''
mkdir -p "$doc/doc"
mv "$doc"/share/{man,info} "$doc"/doc
rmdir "$doc"/share
mv "$out"/share/{man,info} "$doc"/doc
'' + cleanBrokenLinks;
setupHook = ./setup-hook.sh; # TODO: maybe texmf-nix -> texmf (and all references)