mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
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:
parent
8326c42dc2
commit
8d001911db
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user