mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
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:
parent
b096c39ca2
commit
33c3e62fbb
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue