From c3ed117150e4dc34c37eeafc5ea5f3d68d67e3f8 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 16 Mar 2026 00:09:27 +0100 Subject: [PATCH] haskellPackages.scgrep: skip broken test suite --- pkgs/development/haskell-modules/configuration-nix.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index e14d6165deb3..6606907d9524 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -105,6 +105,11 @@ builtins.intersectAttrs super { # ghcide-bench tests need network ghcide-bench = dontCheck super.ghcide-bench; + # Test suite scredit-test uses `cabal run`. + screp = overrideCabal { + testTargets = [ "screp-test" ]; + } super.screp; + # 2023-04-01: TODO: Either reenable at least some tests or remove the preCheck override ghcide = overrideCabal (drv: { # tests depend on executable