From 5c4b00560cae0d96bbebce6c97e320699c13740e Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 7 Jan 2024 11:50:57 +0100 Subject: haskellPackages.typst: temporarily disable on Hydra Unfortunately we have a disagreement between Stackage LTS and what pandoc needs for typst-symbols. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 96e70b7efc77..0feb4cb719d9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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 -- cgit 1.4.1