From e03bec6ca24292fda53b9862df91546fc72d09e5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 5 Mar 2015 18:08:22 +0100 Subject: [PATCH] haskell-haroonga does not compile. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4789795fe97a..420901aaaa7c 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.