pandoc modified:package.py (#21581)
This commit is contained in:
parent
7d48bbfd3a
commit
cf9a7bc7f6
1 changed files with 2 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue