pandoc modified:package.py (#21581)

This commit is contained in:
a-saitoh-fj 2021-02-10 18:20:47 +09:00 committed by GitHub
parent 7d48bbfd3a
commit cf9a7bc7f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,8 @@ class Pandoc(Package):
variant('texlive', default=True, description='Use TeX Live to enable PDF output')
conflicts('target=aarch64:', msg='aarch64 is not supported.')
depends_on('texlive', when='+texlive')
def install(self, spec, prefix):