texlive.bin.core: fixup with multiple outputs
There was an interaction with hand-moving the docs.
This commit is contained in:
parent
1004d44d80
commit
0cf11036b4
@ -97,7 +97,8 @@ core = stdenv.mkDerivation rec {
|
|||||||
cp ../texk/texlive/linked_scripts/scripts.lst "$out/share/texmf-dist/scripts/texlive/"
|
cp ../texk/texlive/linked_scripts/scripts.lst "$out/share/texmf-dist/scripts/texlive/"
|
||||||
'' + /* doc location identical with individual TeX pkgs */ ''
|
'' + /* doc location identical with individual TeX pkgs */ ''
|
||||||
mkdir -p "$doc/doc"
|
mkdir -p "$doc/doc"
|
||||||
mv "$out"/share/{man,info} "$doc"/doc
|
mv "$doc"/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…
x
Reference in New Issue
Block a user