From 956ccc7b8d497c500d070aaa56c183ac112915af Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 6 Mar 2015 11:40:48 +0100 Subject: [PATCH] haskell-hlibBladeRF fails its test suite. --- 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 6ecd0583d6d..76249f5d9df 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -620,6 +620,9 @@ self: super: { webkit = markBroken super.webkit; websnap = markBroken super.websnap; + # https://github.com/victoredwardocallaghan/hlibBladeRF/issues/4 + hlibBladeRF = dontCheck super.hlibBladeRF; + } // { # Not on Hackage.