haskellPackages.streamly-lmdb: unbreak

(The latest version of streamly-lmdb (0.2.1) is not broken at all.)
This commit is contained in:
Shlok Datye 2021-05-07 20:04:04 +02:00 committed by sterni
parent eac644213e
commit b858ba8a7c
2 changed files with 0 additions and 3 deletions

View File

@ -10657,7 +10657,6 @@ broken-packages:
- streaming-utils
- streaming-with
- streamly-fsnotify
- streamly-lmdb
- streamproc
- strelka
- strict-base-types

View File

@ -250926,8 +250926,6 @@ self: {
testSystemDepends = [ lmdb ];
description = "Stream data to or from LMDB databases using the streamly library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs) lmdb;};
"streamly-posix" = callPackage