Revert "haskellPackages: Add maintainer shlok"
This reverts commit ad38216dc6 and
regenerates hackage-packages.nix.
Reason for Revert: There is no lib.maintainers.shlok.
Reference https://github.com/NixOS/nixpkgs/pull/229459.
This commit is contained in:
@@ -368,9 +368,6 @@ package-maintainers:
|
||||
- taffybar
|
||||
- arbtt
|
||||
- lentil
|
||||
shlok:
|
||||
- streamly-archive
|
||||
- streamly-lmdb
|
||||
sorki:
|
||||
- cayenne-lpp
|
||||
- blockfrost-client
|
||||
|
||||
@@ -278564,7 +278564,6 @@ self: {
|
||||
testSystemDepends = [ archive ];
|
||||
description = "Stream data from archives using the streamly library";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.shlok ];
|
||||
}) {archive = null;};
|
||||
|
||||
"streamly-binary" = callPackage
|
||||
@@ -278714,7 +278713,6 @@ self: {
|
||||
description = "Stream data to or from LMDB databases using the streamly library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.shlok ];
|
||||
broken = true;
|
||||
}) {inherit (pkgs) lmdb;};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user