mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
texlive: Fix fallout from man/info/doc output changes
This commit is contained in:
parent
bd0e161f0c
commit
1a0f8263fe
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue