From b9be39614b8110cacb0385d9a6b2727d54875061 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 7 Mar 2015 13:18:03 +0100 Subject: [PATCH] haskell-hlibBladeRF: test suite has been fixed --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 02a518b1110..03331b56166 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -619,9 +619,6 @@ self: super: { webkit = markBroken super.webkit; websnap = markBroken super.websnap; - # https://github.com/victoredwardocallaghan/hlibBladeRF/issues/4 - hlibBladeRF = dontCheck super.hlibBladeRF; - # Build is broken and no contact info available. hopenpgp-tools = markBroken super.hopenpgp-tools;