asymptote: do not install sty-files, let texlive care of it

TeXLive version is effectively identical anyway, and it caused an
unneccessary file name collision.

Fixes: #29671
This commit is contained in:
Michael Raskin 2017-09-23 19:25:56 +02:00
parent 8326c42dc2
commit 8d001911db

View file

@ -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;