From 621d9115f4f747d99eea4d4dc9a460b954560cf5 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 30 Jun 2025 13:32:47 +0200 Subject: [PATCH] haskellPackages.geomancy-layout: disable tests due to missing data --- 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 7a0a512c7913..fc0cc8329840 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2033,6 +2033,10 @@ with haskellLib; # https://github.com/mpickering/hs-speedscope/issues/16 hs-speedscope = doJailbreak super.hs-speedscope; + # Missing test files in sdist tarball: + # https://gitlab.com/dpwiz/geomancy-layout/-/issues/1 + geomancy-layout = dontCheck super.geomancy-layout; + # 2025-02-11: Too strict bounds on base < 4.19, bytestring < 0.12, tasty < 1.5, tasty-quickcheck < 0.11 blake2 = doJailbreak super.blake2;