Merge pull request #88047 from veprbl/pr/texlive_build_schemes

texlive: build all official schemes on Hydra
This commit is contained in:
Dmitry Kalinkin 2020-05-23 13:54:52 -04:00 committed by GitHub
commit 9a7e2bb4af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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