summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-07-12 18:44:18 +0300
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-08-11 21:32:55 +0300
commit1a0f8263fec0c5b181725300c40d1b08672b1afd (patch)
tree57608017682d30b903601eb3865b10d951de90aa /pkgs/tools/typesetting
parentbd0e161f0cd6a34a5fa777570b1489f1275af417 (diff)
downloadnixlib-1a0f8263fec0c5b181725300c40d1b08672b1afd.tar
nixlib-1a0f8263fec0c5b181725300c40d1b08672b1afd.tar.gz
nixlib-1a0f8263fec0c5b181725300c40d1b08672b1afd.tar.bz2
nixlib-1a0f8263fec0c5b181725300c40d1b08672b1afd.tar.lz
nixlib-1a0f8263fec0c5b181725300c40d1b08672b1afd.tar.xz
nixlib-1a0f8263fec0c5b181725300c40d1b08672b1afd.tar.zst
nixlib-1a0f8263fec0c5b181725300c40d1b08672b1afd.zip
texlive: Fix fallout from man/info/doc output changes
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/bin.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/bin.nix b/pkgs/tools/typesetting/tex/texlive/bin.nix
index 34520e92a9ae..c15f165013b9 100644
--- a/pkgs/tools/typesetting/tex/texlive/bin.nix
+++ b/pkgs/tools/typesetting/tex/texlive/bin.nix
@@ -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)