3
0
Fork 0
forked from mirrors/nixpkgs

texlive.bin.core: fixup with multiple outputs

There was an interaction with hand-moving the docs.
This commit is contained in:
Vladimír Čunát 2015-10-04 11:08:18 +02:00
parent 1004d44d80
commit 0cf11036b4

View file

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