texlive: build all official schemes on Hydra

We are already building texlive.combined.scheme-full as a dependency
for manim.
This commit is contained in:
Dmitry Kalinkin 2020-05-18 00:04:20 -04:00
parent 71c33d9a35
commit 73e0138f7c
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -175,7 +175,7 @@ in
description = "TeX Live environment for ${pname}";
platforms = lib.platforms.all;
hydraPlatforms = lib.optionals
(lib.elem pname ["scheme-small" "scheme-basic"]) platforms;
(!lib.elem pname ["scheme-infraonly"]) platforms;
maintainers = with lib.maintainers; [ veprbl ];
}
(combine {