texlive: Fix fallout from man/info/doc output changes
This commit is contained in:
parent
bd0e161f0c
commit
1a0f8263fe
|
@ -132,8 +132,7 @@ core = stdenv.mkDerivation rec {
|
||||||
'')
|
'')
|
||||||
+ /* doc location identical with individual TeX pkgs */ ''
|
+ /* doc location identical with individual TeX pkgs */ ''
|
||||||
mkdir -p "$doc/doc"
|
mkdir -p "$doc/doc"
|
||||||
mv "$doc"/share/{man,info} "$doc"/doc
|
mv "$out"/share/{man,info} "$doc"/doc
|
||||||
rmdir "$doc"/share
|
|
||||||
'' + cleanBrokenLinks;
|
'' + cleanBrokenLinks;
|
||||||
|
|
||||||
setupHook = ./setup-hook.sh; # TODO: maybe texmf-nix -> texmf (and all references)
|
setupHook = ./setup-hook.sh; # TODO: maybe texmf-nix -> texmf (and all references)
|
||||||
|
|
Loading…
Reference in New Issue