Skip to content

Commit 81e4fbe

Browse files
committedSep 23, 2017
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 (cherry picked from commit 8d00191)
1 parent 5825331 commit 81e4fbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎pkgs/tools/graphics/asymptote/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ stdenv.mkDerivation {
5050
sed -i -e 's|(asymptote/asymptote)|(asymptote)|' $out/share/info/asymptote.info
5151
rmdir $out/share/info/asymptote
5252
rm $out/share/info/dir
53+
54+
rm -rf "$out"/share/texmf
5355
'';
5456

5557
enableParallelBuilding = true;

0 commit comments

Comments
 (0)
Please sign in to comment.