texlive: remove dvidvi override

Not needed anymore

-3
-3
pkgs/tools/typesetting/tex/texlive/default.nix
··· 38 38 clean = removeSelfDep (orig // { 39 39 # overrides of texlive.tlpdb 40 40 41 - dvidvi = orig.dvidvi // { 42 - hasRunfiles = false; # only contains docs that's in bin.core.doc already 43 - }; 44 41 texlive-msg-translations = orig.texlive-msg-translations // { 45 42 hasRunfiles = false; # only *.po for tlmgr 46 43 };