Skip to content

Commit

Permalink
asymptote: do not install sty-files, let texlive care of it
Browse files Browse the repository at this point in the history
TeXLive version is effectively identical anyway, and it caused an
unneccessary file name collision.

Fixes: #29671
  • Loading branch information
7c6f434c committed Sep 23, 2017
1 parent 8326c42 commit 8d00191
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/tools/graphics/asymptote/default.nix
Expand Up @@ -50,6 +50,8 @@ stdenv.mkDerivation {
sed -i -e 's|(asymptote/asymptote)|(asymptote)|' $out/share/info/asymptote.info
rmdir $out/share/info/asymptote
rm $out/share/info/dir
rm -rf "$out"/share/texmf
'';

enableParallelBuilding = true;
Expand Down

0 comments on commit 8d00191

Please sign in to comment.