haskellPackages.streamly-lmdb: unbreak
(The latest version of streamly-lmdb (0.2.1) is not broken at all.)
This commit is contained in:
parent
eac644213e
commit
b858ba8a7c
@ -10657,7 +10657,6 @@ broken-packages:
|
|||||||
- streaming-utils
|
- streaming-utils
|
||||||
- streaming-with
|
- streaming-with
|
||||||
- streamly-fsnotify
|
- streamly-fsnotify
|
||||||
- streamly-lmdb
|
|
||||||
- streamproc
|
- streamproc
|
||||||
- strelka
|
- strelka
|
||||||
- strict-base-types
|
- strict-base-types
|
||||||
|
@ -250926,8 +250926,6 @@ self: {
|
|||||||
testSystemDepends = [ lmdb ];
|
testSystemDepends = [ lmdb ];
|
||||||
description = "Stream data to or from LMDB databases using the streamly library";
|
description = "Stream data to or from LMDB databases using the streamly library";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {inherit (pkgs) lmdb;};
|
}) {inherit (pkgs) lmdb;};
|
||||||
|
|
||||||
"streamly-posix" = callPackage
|
"streamly-posix" = callPackage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user