From 3f2513ddbc39e10a4cc05bc5b65e8785bae264f1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 17 Feb 2015 12:51:42 +0100 Subject: [PATCH] haskell-vcache: doesn't compile because of broken dependencies --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index d97f42ba5df..7166663ab24 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -515,6 +515,9 @@ self: super: { lucid-foundation = markBroken super.lucid-foundation; digestive-foundation-lucid = markBroken super.digestive-foundation-lucid; + # Depends on broken lmdb package. + vcache = markBroken super.vcache; + } // { # Not on Hackage.