From 39264e142512c1ad34fb9f9f2c8f41d1a9850ced Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 30 Apr 2026 12:34:29 +0200 Subject: [PATCH] haskellPackages.hakyll-images: disable broken test suite for now --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b9c566f9541b..c4c0a8ac03ee 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -472,6 +472,10 @@ with haskellLib; # https://github.com/input-output-hk/io-sim/issues/248 io-sim = dontCheck super.io-sim; + # Test suites broken by hakyll 4.16, but lib is still okay + # https://github.com/LaurentRDC/hakyll-images/issues/14 + hakyll-images = dontCheck super.hakyll-images; + # 2024-06-23: Hourglass is archived and had its last commit 6 years ago. # Patch is needed to add support for time 1.10, which is only used in the tests # https://github.com/vincenthz/hs-hourglass/pull/56