haskell-vcache: doesn't compile because of broken dependencies
This commit is contained in:
parent
29e3bc30b3
commit
3f2513ddbc
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue