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.