From 33c3e62fbb839b4b02a2d80aa1e0003eb589df59 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 6 Jul 2015 16:17:25 -0700 Subject: [PATCH] haskellPackages.vcache: unmark broken * unmark haskellPackages.vcache as broken * unmark haskellPackages.vcache-trie as broken No longer broken since the addition of lmdb in 9d85874aeb6f17bc1b13c1a248f319e1908e1210 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8b28588b3ba..f8ed07b3aad 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -608,10 +608,6 @@ self: super: { # https://code.google.com/p/linux-music-player/issues/detail?id=1 mp = markBroken super.mp; - # 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;