From f9b72047f8c61140e2f928f2df1c7777fab3dede Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 17 Oct 2017 11:52:02 +0200 Subject: [PATCH] haskell-fluid-idl-http-client: disable broken build --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 28743ca9481..4e753ee94ff 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -967,4 +967,7 @@ self: super: { # https://github.com/mgajda/json-autotype/issues/15 json-autotype = doJailbreak super.json-autotype; + # Depends on broken fluid. + fluid-idl-http-client = markBroken super.fluid-idl-http-client; + }