tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
texlive: remove dvidvi override
Not needed anymore
Dmitry Kalinkin
6 years ago
f4ae8d09
a6bb97d1
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
typesetting
tex
texlive
default.nix
-3
pkgs/tools/typesetting/tex/texlive/default.nix
···
38
clean = removeSelfDep (orig // {
39
# overrides of texlive.tlpdb
40
41
-
dvidvi = orig.dvidvi // {
42
-
hasRunfiles = false; # only contains docs that's in bin.core.doc already
43
-
};
44
texlive-msg-translations = orig.texlive-msg-translations // {
45
hasRunfiles = false; # only *.po for tlmgr
46
};
···
38
clean = removeSelfDep (orig // {
39
# overrides of texlive.tlpdb
40
0
0
0
41
texlive-msg-translations = orig.texlive-msg-translations // {
42
hasRunfiles = false; # only *.po for tlmgr
43
};