Unverified Commit 5f5be147 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

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.
parent 1083044c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
}