summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWilliam Casarin <bill@casarin.me>2015-07-06 16:17:25 -0700
committerPeter Simons <simons@cryp.to>2015-07-11 16:05:00 +0200
commit33c3e62fbb839b4b02a2d80aa1e0003eb589df59 (patch)
treefce267ffbe737b28f68955d025b9b6654a257158 /pkgs
parentb096c39ca21c971333e2a5d4c289473cced09186 (diff)
downloadnixpkgs-33c3e62fbb839b4b02a2d80aa1e0003eb589df59.tar
nixpkgs-33c3e62fbb839b4b02a2d80aa1e0003eb589df59.tar.gz
nixpkgs-33c3e62fbb839b4b02a2d80aa1e0003eb589df59.tar.bz2
nixpkgs-33c3e62fbb839b4b02a2d80aa1e0003eb589df59.tar.lz
nixpkgs-33c3e62fbb839b4b02a2d80aa1e0003eb589df59.tar.xz
nixpkgs-33c3e62fbb839b4b02a2d80aa1e0003eb589df59.tar.zst
nixpkgs-33c3e62fbb839b4b02a2d80aa1e0003eb589df59.zip
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
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 0 insertions, 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;