1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-vcache-trie has broken dependencies.

This commit is contained in:
Peter Simons 2015-03-08 11:16:33 +01:00
parent 11cce22637
commit 17b7ade707

View file

@ -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;