forked from mirrors/nixpkgs
texlive: fix use of xdvi: add hashes and don't orphan it
Hashes added manually, not using `fixHashes.sh`. We remove xdvi from collection-basic and put it elsewhere: previously this was collection-genericextra but that no longer exist so I suppose it can go in collection-plainextra. (As mentioned on the issue, might be best to just leave it in basic?) Fixes #32661.
This commit is contained in:
parent
6d6ca9c238
commit
fcffee2ec5
|
@ -68,8 +68,8 @@ let
|
|||
collection-metapost = orig.collection-metapost // {
|
||||
deps = orig.collection-metapost.deps // { inherit (tl) metafont; };
|
||||
};
|
||||
collection-genericextra = orig.collection-genericextra // {
|
||||
deps = orig.collection-genericextra.deps // { inherit (tl) xdvi; };
|
||||
collection-plaingeneric = orig.collection-plaingeneric // {
|
||||
deps = orig.collection-plaingeneric.deps // { inherit (tl) xdvi; };
|
||||
};
|
||||
}); # overrides
|
||||
|
||||
|
|
|
@ -7582,6 +7582,8 @@
|
|||
"unicode-bidi.doc-0.01"="8x4zk0spvhmq3sc8ygvidk03gfzm2875";
|
||||
"unisugar-0.92"="wfr974a1y4wzlbw0wwzfr6r0yp9nyasl";
|
||||
"unisugar.doc-0.92"="hcnqifbhpj44cwbr8sh4c71phg4i5327";
|
||||
"xdvi-22.87.03"="g5irfc0gf7bra3vngv6kdbkhbyicdz84";
|
||||
"xdvi.doc-22.87.03"="h2d03izpvnpsii465g3hf299z3ndv4vl";
|
||||
"xebaposter-2.51"="glxmnnhjpy8wjab9avncl4v0wmdf0pv7";
|
||||
"xebaposter.doc-2.51"="sbpqsj7cqhhhs9gq8jia92hxrdgnhzkk";
|
||||
"xechangebar-1.0"="1f2zszj2l5mkqv5zs5bs8g5w4c8rirpv";
|
||||
|
|
Loading…
Reference in a new issue