diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4789795fe97..420901aaaa7 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -613,6 +613,10 @@ self: super: { # 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; + } // { # Not on Hackage.