summary refs log tree commit diff
diff options
context:
space:
mode:
authorShlok Datye <shlok@quant.is>2021-05-07 20:04:04 +0200
committersterni <sternenseemann@systemli.org>2021-05-07 20:16:43 +0200
commitb858ba8a7c9f6188f15a2cedee1b7e7a5fe8bbb7 (patch)
tree8fee79b3df908392fdc66d98ff498c46db33ab06
parenteac644213ee96077526860f05e23053968291394 (diff)
downloadnixpkgs-b858ba8a7c9f6188f15a2cedee1b7e7a5fe8bbb7.tar
nixpkgs-b858ba8a7c9f6188f15a2cedee1b7e7a5fe8bbb7.tar.gz
nixpkgs-b858ba8a7c9f6188f15a2cedee1b7e7a5fe8bbb7.tar.bz2
nixpkgs-b858ba8a7c9f6188f15a2cedee1b7e7a5fe8bbb7.tar.lz
nixpkgs-b858ba8a7c9f6188f15a2cedee1b7e7a5fe8bbb7.tar.xz
nixpkgs-b858ba8a7c9f6188f15a2cedee1b7e7a5fe8bbb7.tar.zst
nixpkgs-b858ba8a7c9f6188f15a2cedee1b7e7a5fe8bbb7.zip
haskellPackages.streamly-lmdb: unbreak
(The latest version of streamly-lmdb (0.2.1) is not broken at all.)
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml1
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix2
2 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index 9a94c99125b..dccd1f75a93 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -10657,7 +10657,6 @@ broken-packages:
   - streaming-utils
   - streaming-with
   - streamly-fsnotify
-  - streamly-lmdb
   - streamproc
   - strelka
   - strict-base-types
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index bdee77f676a..22a5534c817 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -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