texlive: remove dvidvi override
Not needed anymore
This commit is contained in:
parent
a6bb97d16f
commit
f4ae8d09e7
1 changed files with 0 additions and 3 deletions
|
@ -38,9 +38,6 @@ let
|
||||||
clean = removeSelfDep (orig // {
|
clean = removeSelfDep (orig // {
|
||||||
# overrides of texlive.tlpdb
|
# overrides of texlive.tlpdb
|
||||||
|
|
||||||
dvidvi = orig.dvidvi // {
|
|
||||||
hasRunfiles = false; # only contains docs that's in bin.core.doc already
|
|
||||||
};
|
|
||||||
texlive-msg-translations = orig.texlive-msg-translations // {
|
texlive-msg-translations = orig.texlive-msg-translations // {
|
||||||
hasRunfiles = false; # only *.po for tlmgr
|
hasRunfiles = false; # only *.po for tlmgr
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue