From 25eb5eecb7b124e1ab59fb54e48e12b0b73ab04e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 18 Oct 2017 09:53:07 +0200 Subject: [PATCH] haskell-fluid-idl-scotty: disable broken build --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a439edecf0d6..1ea0e208e29b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -968,6 +968,7 @@ self: super: { # Depends on broken fluid. fluid-idl-http-client = markBroken super.fluid-idl-http-client; + fluid-idl-scotty = markBroken super.fluid-idl-scotty; # depends on amqp >= 0.17 amqp-utils = super.amqp-utils.override {