From c336769408db9c641aece5dedb3bd52aecdbcc19 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sat, 7 Feb 2015 18:52:36 +0000 Subject: [PATCH] haskell-shell-conduit: mark as broken Latest version fails to build. --- pkgs/development/libraries/haskell/shell-conduit/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/haskell/shell-conduit/default.nix b/pkgs/development/libraries/haskell/shell-conduit/default.nix index ce5507832e13..a93e38b1b821 100644 --- a/pkgs/development/libraries/haskell/shell-conduit/default.nix +++ b/pkgs/development/libraries/haskell/shell-conduit/default.nix @@ -19,5 +19,7 @@ cabal.mkDerivation (self: { description = "Write shell scripts with Conduit"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; + hydraPlatforms = self.stdenv.lib.platforms.none; + broken = true; }; })