texlive.combined.scheme-infraonly: enable building on Hydra
This used to be broken, but recently was fixed.
This commit is contained in:
parent
b797fb24c4
commit
1e87de13a5
@ -192,8 +192,6 @@ in
|
|||||||
addMetaAttrs rec {
|
addMetaAttrs rec {
|
||||||
description = "TeX Live environment for ${pname}";
|
description = "TeX Live environment for ${pname}";
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
hydraPlatforms = lib.optionals
|
|
||||||
(!lib.elem pname ["scheme-infraonly"]) platforms;
|
|
||||||
maintainers = with lib.maintainers; [ veprbl ];
|
maintainers = with lib.maintainers; [ veprbl ];
|
||||||
}
|
}
|
||||||
(combine {
|
(combine {
|
||||||
|
Loading…
Reference in New Issue
Block a user