From 004544d38b4f519088b3b76f649990e9329435dc Mon Sep 17 00:00:00 2001 From: maralorn Date: Sat, 5 Nov 2022 01:40:33 +0100 Subject: [PATCH] haskellPackages.tzdata: dontCheck --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e15000afff3d..a80d5ad95d00 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2643,6 +2643,9 @@ in { # 2022-10-04: Needs newer tasty-dejafu than (currently) in stackage rec-def = super.rec-def.override { tasty-dejafu = self.tasty-dejafu_2_1_0_0; }; + # 2022-11-05: https://github.com/ysangkok/haskell-tzdata/issues/3 + tzdata = dontCheck super.tzdata; + # 2022-11-04: The situation around heist-emanote is quite terrible. # It‘s simply a heist fork because heist is unmaintained. # Upstream jailbreak is unreleased: https://github.com/srid/heist/commit/988692ea850b3cbe966c7dc4dd26ba1d49647706