diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4492b42a6dd..1a59ec236b5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -522,6 +522,7 @@ self: super: { # Depends on broken lmdb package. vcache = markBroken super.vcache; + vcache-trie = markBroken super.vcache-trie; # https://github.com/afcowie/http-streams/issues/80 http-streams = dontCheck super.http-streams;