haskellPackages.typst: temporarily disable on Hydra
Unfortunately we have a disagreement between Stackage LTS and what pandoc needs for typst-symbols.
This commit is contained in:
parent
b7c875b492
commit
5c4b00560c
@ -1982,6 +1982,10 @@ self: super: {
|
||||
pandoc-lua-engine
|
||||
;
|
||||
|
||||
# Doesn't work without typst-symbols >= 0.1.5 which conflicts with Stackage
|
||||
# TODO(@sternenseemann): clean up with Stackage LTS 22
|
||||
typst = dontDistribute super.typst;
|
||||
|
||||
crypton-x509 =
|
||||
lib.pipe
|
||||
super.crypton-x509
|
||||
|
Loading…
Reference in New Issue
Block a user