From 5f5be14721a739c08b742f0bbf0e0efa05f7cb7f Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 24 Nov 2025 14:57:43 +0100 Subject: [PATCH] echidna: mark as broken This is a top-level haskell package, so it's not marked broken automatically at the end of haskell-updates cycles. It has been failing since October now, so it's time to mark it as broken. --- pkgs/by-name/ec/echidna/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/ec/echidna/package.nix b/pkgs/by-name/ec/echidna/package.nix index ca4ca1d3c090..bb3db8743a1c 100644 --- a/pkgs/by-name/ec/echidna/package.nix +++ b/pkgs/by-name/ec/echidna/package.nix @@ -127,4 +127,6 @@ haskellPackages.mkDerivation rec { ]; platforms = lib.platforms.unix; mainProgram = "echidna"; + # Fails to build since https://hydra.nixos.org/build/313316669/nixlog/2 + broken = true; }