pandoc: disable texlive variant by default (#35569)

This commit is contained in:
Adam J. Stewart 2023-02-19 05:22:51 -07:00 committed by GitHub
parent 97ea182ee0
commit 747f032ec2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ class Pandoc(Package):
) )
version("2.7.3", sha256="fb93800c90f3fab05dbd418ee6180d086b619c9179b822ddfecb608874554ff0") version("2.7.3", sha256="fb93800c90f3fab05dbd418ee6180d086b619c9179b822ddfecb608874554ff0")
variant("texlive", default=True, description="Use TeX Live to enable PDF output") variant("texlive", default=False, description="Use TeX Live to enable PDF output")
conflicts("target=aarch64:", msg="aarch64 is not supported.", when="@:2.11") conflicts("target=aarch64:", msg="aarch64 is not supported.", when="@:2.11")