From 4eb43eec47d90461b1bd3a88d6010b8988e67c67 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 5 Mar 2015 18:19:37 +0100 Subject: [PATCH] haskell-webkit is broken. --- 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 2cc30b7de327..8459fe329cd6 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -618,6 +618,10 @@ self: super: { haroonga = markBroken super.haroonga; haroonga-httpd = markBroken super.haroonga-httpd; + # Cannot find pkg-config data for "webkit-1.0". + webkit = markBroken super.webkit; + websnap = markBroken super.websnap; + } // { # Not on Hackage.