haskellPackages.vcache: unmark broken

* unmark haskellPackages.vcache as broken
* unmark haskellPackages.vcache-trie as broken

No longer broken since the addition of lmdb in

9d85874aeb
This commit is contained in:
William Casarin 2015-07-06 16:17:25 -07:00 committed by Peter Simons
parent b096c39ca2
commit 33c3e62fbb

View file

@ -608,10 +608,6 @@ self: super: {
# https://code.google.com/p/linux-music-player/issues/detail?id=1 # https://code.google.com/p/linux-music-player/issues/detail?id=1
mp = markBroken super.mp; 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 # https://github.com/afcowie/http-streams/issues/80
http-streams = dontCheck super.http-streams; http-streams = dontCheck super.http-streams;