From 43c4372d4cfa4b44582ef281110578bb56b2790c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 6 Mar 2015 11:28:56 +0100 Subject: [PATCH] haskell-jose 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 2784ca88aa5..6ecd0583d6d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -612,9 +612,6 @@ self: super: { influxdb = markBroken super.influxdb; snaplet-influxdb = markBroken super.snaplet-influxdb; - # https://github.com/frasertweedale/hs-jose/issues/4 - jose = dontCheck super.jose; - # We don't have the groonga package these libraries bind to. haroonga = markBroken super.haroonga; haroonga-httpd = markBroken super.haroonga-httpd;