diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 5a72b66beae6..4789795fe97a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -610,6 +610,9 @@ self: super: { influxdb = markBroken super.influxdb; snaplet-influxdb = markBroken super.snaplet-influxdb; + # https://github.com/frasertweedale/hs-jose/issues/4 + jose = dontCheck super.jose; + } // { # Not on Hackage.