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;